summarylogtreecommitdiffstats
path: root/kdm-plymouth.service
diff options
context:
space:
mode:
Diffstat (limited to 'kdm-plymouth.service')
-rw-r--r--kdm-plymouth.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/kdm-plymouth.service b/kdm-plymouth.service
new file mode 100644
index 000000000000..5292ba6d7dae
--- /dev/null
+++ b/kdm-plymouth.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=K Display Manager
+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]
+Alias=display-manager.service