summaryrefslogtreecommitdiffstats
path: root/plymouth/kdm-unpatched-plymouth.service
diff options
context:
space:
mode:
Diffstat (limited to 'plymouth/kdm-unpatched-plymouth.service')
-rw-r--r--plymouth/kdm-unpatched-plymouth.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/plymouth/kdm-unpatched-plymouth.service b/plymouth/kdm-unpatched-plymouth.service
new file mode 100644
index 000000000..6b80b178f
--- /dev/null
+++ b/plymouth/kdm-unpatched-plymouth.service
@@ -0,0 +1,15 @@
+[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]
+ExecStartPre=-/usr/bin/plymouth deactivate
+ExecStartPre=-/usr/bin/plymouth quit --retain-splash
+ExecStart=/usr/bin/kdm -nodaemon
+StandardOutput=syslog
+
+[Install]
+WantedBy=graphical.target