mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2025-12-20 05:40:08 +01:00
systemd-ask-password-plymouth.service.in: Do not hardcode /run path to pid file
Use @plymouthruntimedir@/pid in systemd-ask-password-plymouth.service.in so that the way the path to the pidfile is build there is identical to the way the --pidfile argument is build in plymouth-start.service.in. Fixes #26 Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
a28d7aa55d
commit
e0af56113a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ After=plymouth-start.service
|
|||
Before=shutdown.target
|
||||
ConditionKernelCommandLine=!plymouth.enable=0
|
||||
ConditionVirtualization=!container
|
||||
ConditionPathExists=/run/plymouth/pid
|
||||
ConditionPathExists=@plymouthruntimedir@/pid
|
||||
|
||||
[Service]
|
||||
ExecStart=@SYSTEMD_ASK_PASSWORD_AGENT@ --watch --plymouth
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue