summarylogtreecommitdiffstats
path: root/sddm-plymouth.service
diff options
context:
space:
mode:
authorPellegrino Prevete2022-11-19 20:51:25 +0000
committerPellegrino Prevete2022-11-19 20:51:25 +0000
commit5db7f6942648b5a331d5c96f22f232d6dc4664a6 (patch)
treeb2701bf11724265485506c59f67b1aff53dd23ee /sddm-plymouth.service
downloadaur-plymouth-sigfile.tar.gz
initial build
Diffstat (limited to 'sddm-plymouth.service')
-rw-r--r--sddm-plymouth.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/sddm-plymouth.service b/sddm-plymouth.service
new file mode 100644
index 000000000000..49fcf224d5f4
--- /dev/null
+++ b/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-quit.service systemd-logind.service plymouth-deactivate.service
+
+[Service]
+ExecStart=/usr/bin/sddm
+Restart=always
+
+[Install]
+Alias=display-manager.service