From 74c84e715a44e25a962337110ac369c4f0ec0dbf Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 16 Nov 2010 01:25:48 +0100 Subject: [PATCH] units: enable ask-paswword .path units early enough to be useful for early mounts --- units/systemd-ask-password-plymouth.path | 2 +- units/systemd-ask-password-wall.path | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/units/systemd-ask-password-plymouth.path b/units/systemd-ask-password-plymouth.path index 9fd51f2ee..827f1385e 100644 --- a/units/systemd-ask-password-plymouth.path +++ b/units/systemd-ask-password-plymouth.path @@ -7,7 +7,7 @@ [Unit] Description=Forward Password Requests to Plymouth Directory Watch -After=local-fs.target +DefaultDependencies=no [Path] DirectoryNotEmpty=/dev/.systemd/ask-password diff --git a/units/systemd-ask-password-wall.path b/units/systemd-ask-password-wall.path index a555d26f1..d7a9e3c4b 100644 --- a/units/systemd-ask-password-wall.path +++ b/units/systemd-ask-password-wall.path @@ -7,7 +7,7 @@ [Unit] Description=Forward Password Requests to Wall Directory Watch -After=local-fs.target +DefaultDependencies=no [Path] DirectoryNotEmpty=/dev/.systemd/ask-password -- 2.30.2