diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2011-09-21 01:29:38 +0200 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2011-09-21 01:42:02 +0200 |
commit | 0d60602c3b4d4b65da672d75c6146f2ea4b27f88 (patch) | |
tree | 9522f11f7c3258e930196f169f8c0a062da83a20 /man | |
parent | 8571962ca31a468959eedce26fda278587327ba5 (diff) |
condition: add ConditionPathIsSymbolicLink
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.unit.xml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 4437510df7..f4764f9557 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -665,6 +665,7 @@ <term><varname>ConditionPathExists=</varname></term> <term><varname>ConditionPathExistsGlob=</varname></term> <term><varname>ConditionPathIsDirectory=</varname></term> + <term><varname>ConditionPathIsSymbolicLink=</varname></term> <term><varname>ConditionPathIsMountPoint=</varname></term> <term><varname>ConditionDirectoryNotEmpty=</varname></term> <term><varname>ConditionFileIsExecutable=</varname></term> @@ -702,7 +703,12 @@ <varname>ConditionPathExists=</varname> but verifies whether a certain path exists and is a - directory. <varname>ConditionPathIsMountPoint=</varname> + directory. <varname>ConditionPathIsSymbolicLink=</varname> + is similar to + <varname>ConditionPathExists=</varname> + but verifies whether a certain path + exists and is a + symbolic link. <varname>ConditionPathIsMountPoint=</varname> is similar to <varname>ConditionPathExists=</varname> 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.</para></listitem> + exclamation second. Except for + <varname>ConditionPathIsSymbolicLink=</varname>, + all path checks follow symlinks.</para></listitem> </varlistentry> <varlistentry> |