From c61e77d3eab2385fc7bbae0edef6b3c583a70ca8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 1 Apr 2011 00:42:57 +0200 Subject: [PATCH] man: document ConditionPathIsDirectory= --- TODO | 2 -- man/systemd.unit.xml | 10 ++++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index c5222baaf0..651e646d35 100644 --- a/TODO +++ b/TODO @@ -23,8 +23,6 @@ F15: * fix alsa mixer restore to not print error when no config is stored -* ConditionDirectoryNotEmpty= needs to be documented - Features: * tmpfiles should allow two identical lines diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index d447c3a0a5..47ddece314 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=