blob: d0f17a24f8d2b3d9c409bdbf2c2245e27f12ef3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/sbin/runscript
depends() {
needs localmount
}
description="Lightweight Login Manager"
command="/usr/sbin/lxdm"
command_args="-d"
pidfile="/var/run/lxdm.pid"
# uses the openrc templates for start()/stop()
|