aboutsummaryrefslogtreecommitdiffstats
path: root/community/sddm/sddm.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/sddm/sddm.initd')
-rw-r--r--community/sddm/sddm.initd13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/sddm/sddm.initd b/community/sddm/sddm.initd
new file mode 100644
index 0000000000..6562259226
--- /dev/null
+++ b/community/sddm/sddm.initd
@@ -0,0 +1,13 @@
+#!/sbin/openrc-run
+
+supervisor=supervise-daemon
+
+name="Display Manager"
+description="SDDM Display Manager"
+
+command=/usr/bin/sddm
+command_args="$sddm_opts"
+
+depends() {
+ needs localmount
+}