summarylogtreecommitdiffstats
path: root/plymouth-start.service
diff options
context:
space:
mode:
authorgS6442015-06-09 00:28:39 +0200
committergS6442015-06-09 00:28:39 +0200
commit361316c26bb911f56a33870fc796095a46a5eff9 (patch)
tree70e409ebfc6b93170deb2fd3f1012643370045c6 /plymouth-start.service
downloadaur-361316c26bb911f56a33870fc796095a46a5eff9.tar.gz
Initial import
Diffstat (limited to 'plymouth-start.service')
-rw-r--r--plymouth-start.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/plymouth-start.service b/plymouth-start.service
new file mode 100644
index 000000000000..b0f442f05dbe
--- /dev/null
+++ b/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