summaryrefslogtreecommitdiff
path: root/pcr/plymouth/plymouth-start.service
diff options
context:
space:
mode:
authorDavid P <megver83@openmailbox.org>2017-03-22 11:10:24 -0300
committerDavid P <megver83@openmailbox.org>2017-03-22 11:10:24 -0300
commit8222e4f10d701a4a52c62f95de3573d1c904d249 (patch)
tree386b9a4a93d0502a0f4759c8296d1996490250a8 /pcr/plymouth/plymouth-start.service
parent62526bc1720fdacef644e905ba4a3bd2200e512f (diff)
downloadabslibre-8222e4f10d701a4a52c62f95de3573d1c904d249.tar.gz
abslibre-8222e4f10d701a4a52c62f95de3573d1c904d249.tar.bz2
abslibre-8222e4f10d701a4a52c62f95de3573d1c904d249.zip
Added plymouth
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