X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.unit.xml;h=4437510df7c08fcba821aba97416df3e50ee5ff7;hp=4e2590d00636c778350e964b887e98595ee54949;hb=8571962ca31a468959eedce26fda278587327ba5;hpb=ab7f148f81723ef18402b78ea34fb5e1bbe85ff0 diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 4e2590d00..4437510df 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -691,7 +691,7 @@ is prefixed with an exclamation mark (!), the test is negated, and the unit is only started if the path does not - exist. The test follows symlinks. + exist. ConditionPathExistsGlob= works in a similar way, but checks for the existence of at least one file or @@ -701,9 +701,8 @@ is similar to ConditionPathExists= but verifies whether a certain path - exists and is a directory. It does not - follow - symlinks. ConditionPathIsMountPoint= + exists and is a + directory. ConditionPathIsMountPoint= is similar to ConditionPathExists= but verifies whether a certain path @@ -713,7 +712,7 @@ ConditionPathExists= but verifies whether a certain path exists, is a regular file and marked - executable. It follows symlinks. + executable. ConditionDirectoryNotEmpty= is similar to ConditionPathExists= @@ -781,7 +780,8 @@ prefix an argument with the pipe symbol and an exclamation mark the pipe symbol must be passed first, the - exclamation second. + exclamation second. All path checks + follow symlinks.