summarylogtreecommitdiffstats
path: root/plymouth-start.service
diff options
context:
space:
mode:
Diffstat (limited to 'plymouth-start.service')
-rw-r--r--plymouth-start.service18
1 files changed, 0 insertions, 18 deletions
diff --git a/plymouth-start.service b/plymouth-start.service
deleted file mode 100644
index fb58ad729241..000000000000
--- a/plymouth-start.service
+++ /dev/null
@@ -1,18 +0,0 @@
-[Unit]
-Description=Show Plymouth Boot Screen
-DefaultDependencies=no
-Wants=systemd-ask-password-plymouth.path systemd-vconsole-setup.service
-After=systemd-vconsole-setup.service systemd-udev-trigger.service systemd-udevd.service
-Before=systemd-ask-password-plymouth.service
-ConditionKernelCommandLine=!plymouth.enable=0
-
-[Service]
-ExecStart=/usr/bin/plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session
-ExecStartPost=-/usr/bin/plymouth show-splash
-Type=forking
-RuntimeDirectory=plymouth
-KillMode=none
-SendSIGKILL=no
-
-[Install]
-WantedBy=sysinit.target