summaryrefslogtreecommitdiff
path: root/pcr/plymouth/plymouth-start.service
diff options
context:
space:
mode:
authorDavid P <megver83@openmailbox.org>2017-03-21 13:52:27 -0300
committerDavid P <megver83@openmailbox.org>2017-03-21 13:52:27 -0300
commitdb1802bff1f9a0d62436bf0204f994a7e4845267 (patch)
tree03f178ef69979a242461e53652cc3e031dab4bd1 /pcr/plymouth/plymouth-start.service
parent9819a7bf5b2b669c648a67fcc0435ef6ffe4e180 (diff)
downloadabslibre-db1802bff1f9a0d62436bf0204f994a7e4845267.tar.gz
abslibre-db1802bff1f9a0d62436bf0204f994a7e4845267.tar.bz2
abslibre-db1802bff1f9a0d62436bf0204f994a7e4845267.zip
Added plymouth to [pcr]
Diffstat (limited to 'pcr/plymouth/plymouth-start.service')
-rw-r--r--pcr/plymouth/plymouth-start.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/pcr/plymouth/plymouth-start.service b/pcr/plymouth/plymouth-start.service
new file mode 100644
index 000000000..b0f442f05
--- /dev/null
+++ b/pcr/plymouth/plymouth-start.service
@@ -0,0 +1,16 @@
+[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
+KillMode=none
+SendSIGKILL=no
+[Install]
+WantedBy=sysinit.target