diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-01-17 02:27:06 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-01-17 02:50:05 +0100 |
commit | 74051b9b5865586bf4d30b9075649af838fb92bd (patch) | |
tree | 1dd547147c395f7e3fec22285da4a83f54644d89 /man/systemd.path.xml | |
parent | 4b20075e2fbd99caee8b6a782050969a087a1a21 (diff) |
units: for all unit settings that take lists, allow the empty string for resetting the lists
https://bugzilla.redhat.com/show_bug.cgi?id=756787
Diffstat (limited to 'man/systemd.path.xml')
-rw-r--r-- | man/systemd.path.xml | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/man/systemd.path.xml b/man/systemd.path.xml index 70a89b7a47..a602caab13 100644 --- a/man/systemd.path.xml +++ b/man/systemd.path.xml @@ -130,13 +130,15 @@ specified. <varname>PathChanged=</varname> may be used to watch a file or directory and activate the configured - unit whenever it changes. It is not activated - on every write to the watched file but it is - activated if the file which was open for writing - gets closed. <varname>PathModified=</varname> - is similar, but additionally it is activated - also on simple writes to the watched file. - + unit whenever it changes. It is not + activated on every write to the + watched file but it is activated if + the file which was open for writing + gets + closed. <varname>PathModified=</varname> + is similar, but additionally it is + activated also on simple writes to the + watched file. <varname>DirectoryNotEmpty=</varname> may be used to watch a directory and activate the configured unit whenever @@ -148,7 +150,12 @@ <para>Multiple directives may be combined, of the same and of different - types, to watch multiple paths.</para> + types, to watch multiple paths. If the + empty string is assigned to any of + these options the list of paths to + watch is reset, and any prior + assignments of these options will not + have any effect.</para> <para>If a path is already existing (in case of |