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