From 0e456f978134100d2e0cc28c7205b3abefcc9cde Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 10 Apr 2011 01:30:14 +0200 Subject: path: optionally, create watched directories in .path units --- units/systemd-ask-password-console.path | 1 + units/systemd-ask-password-plymouth.path | 1 + units/systemd-ask-password-wall.path | 1 + 3 files changed, 3 insertions(+) (limited to 'units') diff --git a/units/systemd-ask-password-console.path b/units/systemd-ask-password-console.path index 4005a27734..b5acf943b4 100644 --- a/units/systemd-ask-password-console.path +++ b/units/systemd-ask-password-console.path @@ -13,3 +13,4 @@ Before=basic.target shutdown.target [Path] DirectoryNotEmpty=/run/systemd/ask-password +MakeDirectory=yes diff --git a/units/systemd-ask-password-plymouth.path b/units/systemd-ask-password-plymouth.path index a2aec44122..6a96520921 100644 --- a/units/systemd-ask-password-plymouth.path +++ b/units/systemd-ask-password-plymouth.path @@ -13,3 +13,4 @@ Before=basic.target shutdown.target [Path] DirectoryNotEmpty=/run/systemd/ask-password +MakeDirectory=yes diff --git a/units/systemd-ask-password-wall.path b/units/systemd-ask-password-wall.path index 7a883d5af8..050b73b2e1 100644 --- a/units/systemd-ask-password-wall.path +++ b/units/systemd-ask-password-wall.path @@ -13,3 +13,4 @@ Before=basic.target shutdown.target [Path] DirectoryNotEmpty=/run/systemd/ask-password +MakeDirectory=yes -- cgit v1.2.3-54-g00ecf