diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-09-22 21:37:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-09-22 21:37:01 +0200 |
commit | 1c744f2ba6b60dde72a32e7af61816f019c5bc40 (patch) | |
tree | 6054fc7aa7df86e58066372bd57d851400682673 /man | |
parent | a82e5507a6e03766957d43ca8818112ae9766288 (diff) |
man: document that PathChanged= does not care for simple writes but only for close()-after-write()
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.path.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/systemd.path.xml b/man/systemd.path.xml index f99931ab1e..10d8f73004 100644 --- a/man/systemd.path.xml +++ b/man/systemd.path.xml @@ -154,7 +154,11 @@ activated, then the configured unit is immediately activated as well. Something similar does not apply - to <varname>PathChanged=</varname>. + to + <varname>PathChanged=</varname>. The + latter is not activated on simple + writes but only if files with were + opened for writing are closed. </para></listitem> </varlistentry> <varlistentry> |