diff options
Diffstat (limited to 'units/systemd-ask-password-console.service.in')
-rw-r--r-- | units/systemd-ask-password-console.service.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/units/systemd-ask-password-console.service.in b/units/systemd-ask-password-console.service.in index a2ac09cd6a..5ff3ed55d7 100644 --- a/units/systemd-ask-password-console.service.in +++ b/units/systemd-ask-password-console.service.in @@ -9,7 +9,9 @@ Description=Dispatch Password Requests to Console DefaultDependencies=no Conflicts=shutdown.target +After=plymouth-start.service Before=shutdown.target +ConditionPathExists=!/run/plymouth/pid [Service] ExecStart=@rootbindir@/systemd-tty-ask-password-agent --watch --console |