diff options
Diffstat (limited to 'units/systemd-ask-password-plymouth.path')
-rw-r--r-- | units/systemd-ask-password-plymouth.path | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/units/systemd-ask-password-plymouth.path b/units/systemd-ask-password-plymouth.path index ba592c7ce6..06a587620f 100644 --- a/units/systemd-ask-password-plymouth.path +++ b/units/systemd-ask-password-plymouth.path @@ -8,9 +8,11 @@ [Unit] Description=Forward Password Requests to Plymouth Directory Watch DefaultDependencies=no -Conflicts=shutdown.target systemd-ask-password-console.path systemd-ask-password-console.service +Conflicts=shutdown.target +After=plymouth-start.service Before=basic.target shutdown.target ConditionKernelCommandLine=!plymouth.enable=0 +ConditionPathExists=/run/plymouth/pid [Path] DirectoryNotEmpty=/run/systemd/ask-password |