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