diff options
Diffstat (limited to 'main/lxdm/lxdm.initd')
-rwxr-xr-x | main/lxdm/lxdm.initd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/lxdm/lxdm.initd b/main/lxdm/lxdm.initd new file mode 100755 index 0000000000..d0f17a24f8 --- /dev/null +++ b/main/lxdm/lxdm.initd @@ -0,0 +1,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() |