From: Lennart Poettering Date: Thu, 22 Sep 2011 19:37:01 +0000 (+0200) Subject: man: document that PathChanged= does not care for simple writes but only for close... X-Git-Tag: v36~21 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=1c744f2ba6b60dde72a32e7af61816f019c5bc40 man: document that PathChanged= does not care for simple writes but only for close()-after-write() --- diff --git a/man/systemd.path.xml b/man/systemd.path.xml index f99931ab1..10d8f7300 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 PathChanged=. + to + PathChanged=. The + latter is not activated on simple + writes but only if files with were + opened for writing are closed.