aboutsummaryrefslogtreecommitdiffstats
path: root/community/lxdm/lxdm.initd
blob: 020dc592464795234670ed69d8defb67d2d4d379 (plain)
1
2
3
4
5
6
7
8
9
10
#!/sbin/openrc-run
depends() {
	needs localmount
}

name="Login Manager"
description="Lightweight Login Manager from LXDM"
command=/usr/sbin/lxdm
command_args="-d"
pidfile=/var/run/lxdm.pid