From 5adc4337996f561df43c617e37ef4b157073b2e6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 5 Nov 2024 13:36:19 +0100 Subject: [PATCH] man: document that .path units don't care for hidden files Fixes: #32751 --- man/systemd.path.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/man/systemd.path.xml b/man/systemd.path.xml index 6281c3d8474..1ef5db0a734 100644 --- a/man/systemd.path.xml +++ b/man/systemd.path.xml @@ -153,11 +153,14 @@ not apply to PathChanged= and PathModified=. - If the path itself or any of the containing directories - are not accessible, systemd will watch for - permission changes and notice that conditions are satisfied - when permissions allow that. + If the path itself or any of the containing directories are not accessible, + systemd will watch for permission changes and notice that conditions are satisfied + when permissions allow that. + + Note that files whose name starts with a dot (i.e. hidden files) are generally ignored when + monitoring these paths. + Unit=