blob: 4b7f54299b227395486b3508937fa10af6bab183 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/sbin/openrc-run
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()
|