summaryrefslogtreecommitdiffstats
path: root/main/lxdm/lxdm.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/lxdm/lxdm.initd')
-rwxr-xr-xmain/lxdm/lxdm.initd12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/lxdm/lxdm.initd b/main/lxdm/lxdm.initd
new file mode 100755
index 00000000000..d0f17a24f8d
--- /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()