mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
man: document that .path units don't care for hidden files
Fixes: #32751
This commit is contained in:
parent
b711737096
commit
5adc433799
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user