X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.unit.xml;h=f4764f95579960208ff3f165ef3b709fa3223a55;hp=4437510df7c08fcba821aba97416df3e50ee5ff7;hb=0d60602c3b4d4b65da672d75c6146f2ea4b27f88;hpb=8571962ca31a468959eedce26fda278587327ba5 diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 4437510df..f4764f955 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -665,6 +665,7 @@ ConditionPathExists= ConditionPathExistsGlob= ConditionPathIsDirectory= + ConditionPathIsSymbolicLink= ConditionPathIsMountPoint= ConditionDirectoryNotEmpty= ConditionFileIsExecutable= @@ -702,7 +703,12 @@ ConditionPathExists= but verifies whether a certain path exists and is a - directory. ConditionPathIsMountPoint= + directory. ConditionPathIsSymbolicLink= + is similar to + ConditionPathExists= + but verifies whether a certain path + exists and is a + symbolic link. ConditionPathIsMountPoint= is similar to ConditionPathExists= but verifies whether a certain path @@ -780,8 +786,9 @@ prefix an argument with the pipe symbol and an exclamation mark the pipe symbol must be passed first, the - exclamation second. All path checks - follow symlinks. + exclamation second. Except for + ConditionPathIsSymbolicLink=, + all path checks follow symlinks.