summaryrefslogtreecommitdiff
path: root/man/systemd.path.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-04-10 01:30:14 +0200
committerLennart Poettering <lennart@poettering.net>2011-04-10 01:30:14 +0200
commit0e456f978134100d2e0cc28c7205b3abefcc9cde (patch)
treeb63684ac36702f88f7fd1ceeaad4021f5f30d04d /man/systemd.path.xml
parentbfe95f35bf87c91d63b9d62dde5f029dd38d27a4 (diff)
path: optionally, create watched directories in .path units
Diffstat (limited to 'man/systemd.path.xml')
-rw-r--r--man/systemd.path.xml22
1 files changed, 22 insertions, 0 deletions
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.</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term><varname>MakeDirectory=</varname></term>
+
+ <listitem><para>Takes a boolean
+ argument. If true the directories to
+ watch are created before
+ watching. This option is ignored for
+ <varname>PathExists=</varname>
+ settings. Defaults to
+ <option>false</option>.</para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><varname>DirectoryMode=</varname></term>
+
+ <listitem><para>If
+ <varname>MakeDirectory=</varname> is
+ enabled use the mode specified here to
+ create the directories in
+ question. Takes an access mode in
+ octal notation. Defaults to
+ <option>0755</option>.</para></listitem>
+ </varlistentry>
</variablelist>
</refsect1>