diff options
-rw-r--r-- | man/systemd.path.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/man/systemd.path.xml b/man/systemd.path.xml index 6281c3d847..1ef5db0a73 100644 --- a/man/systemd.path.xml +++ b/man/systemd.path.xml @@ -153,11 +153,14 @@ not apply to <varname>PathChanged=</varname> and <varname>PathModified=</varname>.</para> - <para>If the path itself or any of the containing directories - are not accessible, <command>systemd</command> will watch for - permission changes and notice that conditions are satisfied - when permissions allow that. </para></listitem> + <para>If the path itself or any of the containing directories are not accessible, + <command>systemd</command> will watch for permission changes and notice that conditions are satisfied + when permissions allow that. </para> + + <para>Note that files whose name starts with a dot (i.e. hidden files) are generally ignored when + monitoring these paths.</para></listitem> </varlistentry> + <varlistentry> <term><varname>Unit=</varname></term> |