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.initd6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/sddm/sddm.initd b/community/sddm/sddm.initd
index b36a0c043a9..ea79bb6a786 100644
--- a/community/sddm/sddm.initd
+++ b/community/sddm/sddm.initd
@@ -1,7 +1,5 @@
#!/sbin/openrc-run
-supervisor=supervise-daemon
-
name="Display Manager"
description="SDDM Display Manager"
@@ -12,3 +10,7 @@ depends() {
provide display-manager
needs localmount
}
+
+start_pre() {
+ checkpath -d -o sddm:video -m755 /var/lib/sddm
+}