From d051610953754ce2b79d23b83c1d5c167defd5be Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 12 Apr 2012 02:39:02 +0200 Subject: unit: introduce ConditionPathIsReadWrite --- man/systemd.unit.xml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'man') diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 3fc7f78198..28ca8cef10 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -684,6 +684,7 @@ ConditionPathIsDirectory= ConditionPathIsSymbolicLink= ConditionPathIsMountPoint= + ConditionPathIsReadWrite= ConditionDirectoryNotEmpty= ConditionFileIsExecutable= ConditionKernelCommandLine= @@ -731,7 +732,13 @@ ConditionPathExists= but verifies whether a certain path exists and is a mount - point. ConditionFileIsExecutable= + point. ConditionPathIsReadWrite= + is similar to + ConditionPathExists= + but verifies whether the underlying + file system is read and writable + (i.e. not mounted + read-only). ConditionFileIsExecutable= is similar to ConditionPathExists= but verifies whether a certain path @@ -780,12 +787,13 @@ openvz, lxc, lxc-libvirt, - systemd-nspawn to test - against a specific implementation. If - multiple virtualization technologies - are nested only the innermost is - considered. The test may be negated by - prepending an exclamation mark. + systemd-nspawn to + test against a specific + implementation. If multiple + virtualization technologies are nested + only the innermost is considered. The + test may be negated by prepending an + exclamation mark. ConditionSecurity= may be used to check whether the given security module is enabled on the -- cgit v1.2.3-54-g00ecf