diff options
author | Freemor <freemor@freemor.ca> | 2018-11-23 17:15:39 -0400 |
---|---|---|
committer | Freemor <freemor@freemor.ca> | 2018-11-23 17:15:39 -0400 |
commit | ff368b7f4dd180b8f9fa04fd1cb32726de98a0fd (patch) | |
tree | c1f38e5b183f1c6d9818b49bf646f66e5aa0eb01 /pcr-testing/plymouth/plymouth-start.service | |
parent | c0f527d18c9ef4d30bac6a91189284362ce5026c (diff) | |
download | abslibre-ff368b7f4dd180b8f9fa04fd1cb32726de98a0fd.tar.gz abslibre-ff368b7f4dd180b8f9fa04fd1cb32726de98a0fd.tar.bz2 abslibre-ff368b7f4dd180b8f9fa04fd1cb32726de98a0fd.zip |
Updated [plymouth] to address #2067
- Added parabola-logo.png
- Updated referrences to arch-logo.png to parabola-logo.png
- v0.9.3 -> 0.9.4
- removed a patch that seemed not to be necessary any more.
Diffstat (limited to 'pcr-testing/plymouth/plymouth-start.service')
-rw-r--r-- | pcr-testing/plymouth/plymouth-start.service | 18 |
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 |