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-plymouth.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-plymouth.service.in')
-rw-r--r-- | units/systemd-ask-password-plymouth.service.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/units/systemd-ask-password-plymouth.service.in b/units/systemd-ask-password-plymouth.service.in index 2e071bdc86..92cbfdbf09 100644 --- a/units/systemd-ask-password-plymouth.service.in +++ b/units/systemd-ask-password-plymouth.service.in @@ -8,9 +8,11 @@ [Unit] Description=Forward Password Requests to Plymouth DefaultDependencies=no -Conflicts=shutdown.target systemd-ask-password-console.path systemd-ask-password-console.service +Conflicts=shutdown.target +After=plymouth-start.service Before=shutdown.target ConditionKernelCommandLine=!plymouth.enable=0 +ConditionPathExists=/run/plymouth/pid [Service] ExecStart=@rootbindir@/systemd-tty-ask-password-agent --watch --plymouth |