summaryrefslogtreecommitdiffstats
path: root/abs/core/plymouth/plymouth-start.service
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-12-05 21:57:06 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-12-05 21:57:06 (GMT)
commitd5cb134735305134af8410f00768adf4b5254c91 (patch)
tree25487539a6a2ccd7ea3941d7d991820d8c5c1eae /abs/core/plymouth/plymouth-start.service
parent7fb9e40d7558d80c04be03702231a19fe3fbfacd (diff)
downloadlinhes_pkgbuild-d5cb134735305134af8410f00768adf4b5254c91.zip
linhes_pkgbuild-d5cb134735305134af8410f00768adf4b5254c91.tar.gz
linhes_pkgbuild-d5cb134735305134af8410f00768adf4b5254c91.tar.bz2
plymouth: update to 0.9.0
Diffstat (limited to 'abs/core/plymouth/plymouth-start.service')
-rw-r--r--abs/core/plymouth/plymouth-start.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/core/plymouth/plymouth-start.service b/abs/core/plymouth/plymouth-start.service
new file mode 100644
index 0000000..b0f442f0
--- /dev/null
+++ b/abs/core/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