summaryrefslogtreecommitdiff
path: root/units/systemd-ask-password-console.path
diff options
context:
space:
mode:
authortblume <Thomas.Blume@suse.com>2016-08-02 14:55:25 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-08-02 08:55:25 -0400
commit7633f8ef371a0992374956437fb7bb8189156b10 (patch)
treed839c379d12b6aacfdf78f770bf64feee587b401 /units/systemd-ask-password-console.path
parenta912ab0474e2fcdc346d0315a8493f0f3ac867aa (diff)
downloadsystemd-7633f8ef371a0992374956437fb7bb8189156b10.tar.gz
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-console.path')
-rw-r--r--units/systemd-ask-password-console.path2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-ask-password-console.path b/units/systemd-ask-password-console.path
index 2949635fea..7899ae788f 100644
--- a/units/systemd-ask-password-console.path
+++ b/units/systemd-ask-password-console.path
@@ -11,7 +11,7 @@ Documentation=man:systemd-ask-password-console.service(8)
DefaultDependencies=no
Conflicts=shutdown.target
After=plymouth-start.service
-Before=paths.target shutdown.target
+Before=paths.target shutdown.target cryptsetup.target
ConditionPathExists=!/run/plymouth/pid
[Path]