aboutsummaryrefslogtreecommitdiffstats
path: root/community/lxdm/lxdm.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/lxdm/lxdm.initd')
-rw-r--r--community/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 100644
index 00000000000..eb10452133b
--- /dev/null
+++ b/community/lxdm/lxdm.initd
@@ -0,0 +1,12 @@
+#!/sbin/openrc-run
+supervisor=supervise-daemon
+
+name="Display Manager"
+description="Lightweight Display Manager from LXDM"
+
+command=/usr/sbin/lxdm
+
+depends() {
+ provide display-manager
+ needs localmount
+}