diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-11-05 13:36:19 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-11-05 22:57:51 +0100 |
commit | 5adc4337996f561df43c617e37ef4b157073b2e6 (patch) | |
tree | 5bf51294e54f6baa8d596f6061974490895450bd /man/systemd.path.xml | |
parent | man: document that PrivateTmp= is unaffected by ProtectSystem=strict (diff) | |
download | systemd-5adc4337996f561df43c617e37ef4b157073b2e6.tar.xz systemd-5adc4337996f561df43c617e37ef4b157073b2e6.zip |
man: document that .path units don't care for hidden files
Fixes: #32751
Diffstat (limited to 'man/systemd.path.xml')
-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> |