X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.path.xml;h=cc2d366198270c71c3e487cf30c7f10d10691843;hb=b823b5e272d07d31c12625a268e8d563289a4db5;hp=01082ad61d95c45a7645b0afce0b21af1c40d73c;hpb=5430f7f2bc7330f3088b894166bf3524a067e3d8;p=elogind.git diff --git a/man/systemd.path.xml b/man/systemd.path.xml index 01082ad61..cc2d36619 100644 --- a/man/systemd.path.xml +++ b/man/systemd.path.xml @@ -44,11 +44,11 @@ systemd.path - systemd path configuration files + Path unit configuration - systemd.path + path.path @@ -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. @@ -108,7 +108,7 @@ monitors. The options specific to the [Path] section of path units are the following: - + PathExists= PathExistsGlob= @@ -125,18 +125,20 @@ is activated. PathExistsGlob= works similar, but checks for the - existance of at least one file + existence of at least one file matching the globbing pattern 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