diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-08-29 19:45:22 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-08-29 19:45:47 +0200 |
commit | 8e4fb44ab0f853ff8faedcaa2cbc58b80eda9611 (patch) | |
tree | 80e1af66578e93330035fb60218a092eab3922c1 /units/systemd-ask-password-plymouth.path | |
parent | 7daa9e6e29b546275566084512ea4e547bc79b91 (diff) |
plymouth: don't enable ask-password agent of plymouth is disabled
Diffstat (limited to 'units/systemd-ask-password-plymouth.path')
-rw-r--r-- | units/systemd-ask-password-plymouth.path | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-ask-password-plymouth.path b/units/systemd-ask-password-plymouth.path index 6a96520921..ba592c7ce6 100644 --- a/units/systemd-ask-password-plymouth.path +++ b/units/systemd-ask-password-plymouth.path @@ -10,6 +10,7 @@ Description=Forward Password Requests to Plymouth Directory Watch DefaultDependencies=no Conflicts=shutdown.target systemd-ask-password-console.path systemd-ask-password-console.service Before=basic.target shutdown.target +ConditionKernelCommandLine=!plymouth.enable=0 [Path] DirectoryNotEmpty=/run/systemd/ask-password |