diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-08-29 21:48:51 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-08-29 21:48:51 +0200 |
commit | 6b3fd98f7a8eb4adbc134797fb2e81a643004e0d (patch) | |
tree | d3fb876ff6800bedda2805633d773889058674c4 /units/systemd-ask-password-console.service.in | |
parent | 8e4fb44ab0f853ff8faedcaa2cbc58b80eda9611 (diff) |
untis: allow both console and plymouth ask password agents in boot transaction to allow dynamically disabled plymouth
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 |