summaryrefslogtreecommitdiffstats
path: root/plymouth/kdm-plymouth.service
diff options
context:
space:
mode:
Diffstat (limited to 'plymouth/kdm-plymouth.service')
-rw-r--r--plymouth/kdm-plymouth.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/plymouth/kdm-plymouth.service b/plymouth/kdm-plymouth.service
new file mode 100644
index 000000000..7141dc1e9
--- /dev/null
+++ b/plymouth/kdm-plymouth.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=K Display Manager
+After=systemd-user-sessions.service
+
+Conflicts=getty@tty1.service plymouth-quit.service
+After=getty@tty1.service plymouth-quit.service
+
+[Service]
+ExecStart=/usr/bin/kdm -nodaemon
+StandardOutput=syslog
+
+[Install]
+WantedBy=graphical.target