summaryrefslogtreecommitdiffstats
path: root/abs/core/plymouth/kdm-plymouth.service
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/plymouth/kdm-plymouth.service')
-rw-r--r--abs/core/plymouth/kdm-plymouth.service8
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/plymouth/kdm-plymouth.service b/abs/core/plymouth/kdm-plymouth.service
index a9e9142..5292ba6 100644
--- a/abs/core/plymouth/kdm-plymouth.service
+++ b/abs/core/plymouth/kdm-plymouth.service
@@ -1,12 +1,12 @@
[Unit]
Description=K Display Manager
-After=systemd-user-sessions.service
-
-Conflicts=plymouth-quit.service
-After=plymouth-quit.service
+Conflicts=getty@tty1.service plymouth-quit.service
+After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service
[Service]
ExecStart=/usr/bin/kdm -nodaemon
+Restart=always
+IgnoreSIGPIPE=no
StandardOutput=syslog
[Install]