diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-12 02:39:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-12 12:58:19 +0200 |
commit | d051610953754ce2b79d23b83c1d5c167defd5be (patch) | |
tree | 55711d7c3077d2c3e1c99de134f106c8a9b3b39f /man/systemd.unit.xml | |
parent | f33d3ec1d7521c91da8b30ad5cb345d6416bb07d (diff) |
unit: introduce ConditionPathIsReadWrite
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 22 |
1 files changed, 15 insertions, 7 deletions
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 @@ <term><varname>ConditionPathIsDirectory=</varname></term> <term><varname>ConditionPathIsSymbolicLink=</varname></term> <term><varname>ConditionPathIsMountPoint=</varname></term> + <term><varname>ConditionPathIsReadWrite=</varname></term> <term><varname>ConditionDirectoryNotEmpty=</varname></term> <term><varname>ConditionFileIsExecutable=</varname></term> <term><varname>ConditionKernelCommandLine=</varname></term> @@ -731,7 +732,13 @@ <varname>ConditionPathExists=</varname> but verifies whether a certain path exists and is a mount - point. <varname>ConditionFileIsExecutable=</varname> + point. <varname>ConditionPathIsReadWrite=</varname> + is similar to + <varname>ConditionPathExists=</varname> + but verifies whether the underlying + file system is read and writable + (i.e. not mounted + read-only). <varname>ConditionFileIsExecutable=</varname> is similar to <varname>ConditionPathExists=</varname> but verifies whether a certain path @@ -780,12 +787,13 @@ <varname>openvz</varname>, <varname>lxc</varname>, <varname>lxc-libvirt</varname>, - <varname>systemd-nspawn</varname> 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. + <varname>systemd-nspawn</varname> 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. <varname>ConditionSecurity=</varname> may be used to check whether the given security module is enabled on the |