X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.path.xml;h=a602caab13232b0ee7dadf3d64047287018a9066;hb=aa7cb2098302d45c8768ca08bf1e433a19aa46b9;hp=af230291ed1012c26719d5107812c62e85a317a2;hpb=34511ca7b166b0e89d08ff9870b0cf2624a7815f;p=elogind.git diff --git a/man/systemd.path.xml b/man/systemd.path.xml index af230291e..a602caab1 100644 --- a/man/systemd.path.xml +++ b/man/systemd.path.xml @@ -84,7 +84,7 @@ used to monitor files or directories changed by other machines on remote NFS file systems. - If an path unit is beneath another mount + If a path unit is beneath another mount point in the file system hierarchy, a dependency between both units is created automatically. @@ -130,13 +130,15 @@ specified. PathChanged= may be used to watch a file or directory and activate the configured - unit whenever it changes. It is not activated - on every write to the watched file but it is - activated if the file which was open for writing - gets closed. PathModified= - is similar, but additionally it is activated - also on simple writes to the watched file. - + unit whenever it changes. It is not + activated on every write to the + watched file but it is activated if + the file which was open for writing + gets + closed. PathModified= + is similar, but additionally it is + activated also on simple writes to the + watched file. DirectoryNotEmpty= may be used to watch a directory and activate the configured unit whenever @@ -148,7 +150,12 @@ Multiple directives may be combined, of the same and of different - types, to watch multiple paths. + types, to watch multiple paths. If the + empty string is assigned to any of + these options the list of paths to + watch is reset, and any prior + assignments of these options will not + have any effect. If a path is already existing (in case of @@ -213,7 +220,8 @@ systemctl8, systemd.unit5, systemd.service5, - inotify7 + inotify7, + systemd.directives7