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 --- man/systemd.path.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'man/systemd.path.xml') diff --git a/man/systemd.path.xml b/man/systemd.path.xml index d5495c7cc3..e816c3018c 100644 --- a/man/systemd.path.xml +++ b/man/systemd.path.xml @@ -168,6 +168,28 @@ identical, except for the suffix. + + MakeDirectory= + + Takes a boolean + argument. If true the directories to + watch are created before + watching. This option is ignored for + PathExists= + settings. Defaults to + . + + + DirectoryMode= + + If + MakeDirectory= is + enabled use the mode specified here to + create the directories in + question. Takes an access mode in + octal notation. Defaults to + . + -- cgit v1.2.1