]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document that .path units don't care for hidden files
authorLennart Poettering <lennart@poettering.net>
Tue, 5 Nov 2024 12:36:19 +0000 (13:36 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 5 Nov 2024 21:57:51 +0000 (22:57 +0100)
Fixes: #32751
man/systemd.path.xml

index 6281c3d84741570e7047aba06736a0b931083f06..1ef5db0a734416e8f360752eec2bd9baf35a8128 100644 (file)
         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>