aboutsummaryrefslogtreecommitdiffstats
path: root/community/lxdm/lxdm.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/lxdm/lxdm.initd')
-rwxr-xr-xcommunity/lxdm/lxdm.initd12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/lxdm/lxdm.initd b/community/lxdm/lxdm.initd
new file mode 100755
index 0000000000..4b7f54299b
--- /dev/null
+++ b/community/lxdm/lxdm.initd
@@ -0,0 +1,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()