diff options
author | tblume <Thomas.Blume@suse.com> | 2016-08-02 14:55:25 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-08-02 14:55:25 +0200 |
commit | 7633f8ef371a0992374956437fb7bb8189156b10 (patch) | |
tree | d839c379d12b6aacfdf78f770bf64feee587b401 /units/systemd-ask-password-wall.path | |
parent | machinectl: hide legend in a case when no data (#3839) (diff) | |
download | systemd-7633f8ef371a0992374956437fb7bb8189156b10.tar.xz systemd-7633f8ef371a0992374956437fb7bb8189156b10.zip |
systemd-ask-password: make sure directory watch is started before cryptsetup (#3850)
The password directory watch should get ordered before cryptsetup to make sure
that the password for unlocking the crypt device gets prompted.
Diffstat (limited to 'units/systemd-ask-password-wall.path')
-rw-r--r-- | units/systemd-ask-password-wall.path | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-ask-password-wall.path b/units/systemd-ask-password-wall.path index 95ec9bc8a0..a3ca617256 100644 --- a/units/systemd-ask-password-wall.path +++ b/units/systemd-ask-password-wall.path @@ -10,7 +10,7 @@ Description=Forward Password Requests to Wall Directory Watch Documentation=man:systemd-ask-password-console.service(8) DefaultDependencies=no Conflicts=shutdown.target -Before=paths.target shutdown.target +Before=paths.target shutdown.target cryptsetup.target [Path] DirectoryNotEmpty=/run/systemd/ask-password |