From ab7f148f81723ef18402b78ea34fb5e1bbe85ff0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 21 Sep 2011 00:44:51 +0200 Subject: unit: introduce ConditionPathIsMountPoint= --- man/systemd.unit.xml | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'man') diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index a94476acb8..4e2590d006 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -665,6 +665,7 @@ ConditionPathExists= ConditionPathExistsGlob= ConditionPathIsDirectory= + ConditionPathIsMountPoint= ConditionDirectoryNotEmpty= ConditionFileIsExecutable= ConditionKernelCommandLine= @@ -695,16 +696,24 @@ works in a similar way, but checks for the existence of at least one file or directory matching the specified - globbing pattern. - ConditionPathIsDirectory= - is similar to ConditionPathExists= - but verifies whether a certain path exists and - is a directory. It does not follow symlinks. - ConditionFileIsExecutable= - is similar to ConditionPathExists= - but verifies whether a certain path exists, - is a regular file and marked executable. - It follows symlinks. + globbing + pattern. ConditionPathIsDirectory= + is similar to + ConditionPathExists= + but verifies whether a certain path + exists and is a directory. It does not + follow + symlinks. ConditionPathIsMountPoint= + is similar to + ConditionPathExists= + but verifies whether a certain path + exists and is a mount + point. ConditionFileIsExecutable= + is similar to + ConditionPathExists= + but verifies whether a certain path + exists, is a regular file and marked + executable. It follows symlinks. ConditionDirectoryNotEmpty= is similar to ConditionPathExists= -- cgit v1.2.3-54-g00ecf