diff options
Diffstat (limited to 'pcr/plymouth/sddm-plymouth.service')
-rw-r--r-- | pcr/plymouth/sddm-plymouth.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/plymouth/sddm-plymouth.service b/pcr/plymouth/sddm-plymouth.service new file mode 100644 index 000000000..5c08c3a1b --- /dev/null +++ b/pcr/plymouth/sddm-plymouth.service @@ -0,0 +1,13 @@ +[Unit] +Description=Simple Desktop Display Manager +Documentation=man:sddm(1) man:sddm.conf(5) +Conflicts=getty@tty1.service +Wants=plymouth-deactivate.service +After=systemd-user-sessions.service getty@tty1.service plymouth-deactivate.service plymouth-quit.service + +[Service] +ExecStart=/usr/bin/sddm +Restart=always + +[Install] +Alias=display-manager.service |