diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-16 01:51:57 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-16 01:51:57 +0100 |
commit | f2a29e51f21f446c8b6e53f60c72bedf5b8b4e25 (patch) | |
tree | 4ec32dadc0182399921e5a16a463298cefe56845 /units/systemd-ask-password-wall.path | |
parent | 74c84e715a44e25a962337110ac369c4f0ec0dbf (diff) |
units: allow start-up of plymouth ask-password agent very early
Diffstat (limited to 'units/systemd-ask-password-wall.path')
-rw-r--r-- | units/systemd-ask-password-wall.path | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/units/systemd-ask-password-wall.path b/units/systemd-ask-password-wall.path index d7a9e3c4bc..9c4b1d3d24 100644 --- a/units/systemd-ask-password-wall.path +++ b/units/systemd-ask-password-wall.path @@ -8,6 +8,8 @@ [Unit] Description=Forward Password Requests to Wall Directory Watch DefaultDependencies=no +Conflicts=shutdown.target +Before=basic.target shutdown.target [Path] DirectoryNotEmpty=/dev/.systemd/ask-password |