mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-05 15:48:04 +02:00
service: start plymouthd unconditionally
It's possible to get in a state where plymouthd is started in the initrd but not displayed. In the event this happens, we'll neglect to ever show it, since it already has a pid file. plymouthd is now hardened against getting called multiple times, so we no longer need to protect it at the systemd level. This commit drops the ConditionPathExists=!@plymouthruntimedir@/pid line from the systemd service file, so we always call plymouthd from the main fs and always call plymouth show-splash.
This commit is contained in:
parent
5efdca11bd
commit
714a08b0c0
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ Wants=systemd-ask-password-plymouth.path
|
|||
After=systemd-vconsole-setup.service systemd-udev-trigger.service
|
||||
Before=systemd-ask-password-plymouth.service
|
||||
ConditionKernelCommandLine=!plymouth.enable=0
|
||||
ConditionPathExists=!@plymouthruntimedir@/pid
|
||||
|
||||
[Service]
|
||||
ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=@plymouthruntimedir@/pid --attach-to-session
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue