summaryrefslogtreecommitdiff
path: root/nonsystemd/lxdm-openrc/lxdm.initd
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/lxdm-openrc/lxdm.initd')
-rw-r--r--nonsystemd/lxdm-openrc/lxdm.initd18
1 files changed, 18 insertions, 0 deletions
diff --git a/nonsystemd/lxdm-openrc/lxdm.initd b/nonsystemd/lxdm-openrc/lxdm.initd
new file mode 100644
index 000000000..2e66aae71
--- /dev/null
+++ b/nonsystemd/lxdm-openrc/lxdm.initd
@@ -0,0 +1,18 @@
+#!/usr/bin/openrc-run
+
+command="/usr/bin/lxdm-binary"
+command_args="-d"
+pidfile="/run/${RC_SVCNAME}.pid"
+
+depend() {
+ need localmount dbus logind
+
+ after bootmisc consolefont modules netmount
+ after readahead-list ypbind autofs openvpn gpm lircmd
+ after quota keymaps
+ before alsasound
+
+ use xfs
+
+ provide xdm display-manager
+}