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