summaryrefslogtreecommitdiff
path: root/pcr-testing/plymouth/plymouth-start.service
diff options
context:
space:
mode:
Diffstat (limited to 'pcr-testing/plymouth/plymouth-start.service')
-rw-r--r--pcr-testing/plymouth/plymouth-start.service18
1 files changed, 18 insertions, 0 deletions
diff --git a/pcr-testing/plymouth/plymouth-start.service b/pcr-testing/plymouth/plymouth-start.service
new file mode 100644
index 000000000..fb58ad729
--- /dev/null
+++ b/pcr-testing/plymouth/plymouth-start.service
@@ -0,0 +1,18 @@
+[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