X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.unit.xml;h=47ddece3149a173b8a861296942a230a5302349a;hb=41584525cf0a9d3a8bfb76008a3fc663b86bfdde;hp=ff199e43cb531cad75be8d785f0faba798306c52;hpb=e2130f189a543c859b569985d8670132df40673e;p=elogind.git diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index ff199e43c..47ddece31 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -561,6 +561,7 @@ ConditionPathExists= + ConditionPathIsDirectory= ConditionDirectoryNotEmpty= ConditionKernelCommandLine= ConditionVirtualization= @@ -584,10 +585,15 @@ is prefixed with an exclamation mark (!), the test is negated, and the unit only started if the path does not - exist. ConditionDirectoryNotEmpty= + exist. ConditionPathIsDirectory= is similar to ConditionPathExists= - but verifies whether a certain path is + but verifies whether a certain path + exists and is a directory. + ConditionDirectoryNotEmpty= + is similar to + ConditionPathExists= + but verifies whether a certain path exists and is a non-empty directory. Similarly ConditionKernelCommandLine= @@ -618,6 +624,7 @@ microsoft, oracle, xen, + pidns, openvz to test against a specific implementation. The test may be negated by prepending an