From: Martin Hundebøll Date: Fri, 1 May 2020 08:27:06 +0000 (+0200) Subject: man: document ReadWriteOnly property for mount units X-Git-Tag: v246-rc1~323^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75f4bd7fd0a28e4080a3f0c05a574820dc9411ac;p=thirdparty%2Fsystemd.git man: document ReadWriteOnly property for mount units --- diff --git a/docs/TRANSIENT-SETTINGS.md b/docs/TRANSIENT-SETTINGS.md index d5a80466769..d9b1c20c77f 100644 --- a/docs/TRANSIENT-SETTINGS.md +++ b/docs/TRANSIENT-SETTINGS.md @@ -332,6 +332,7 @@ All mount unit settings are available to transient units: ✓ SloppyOptions= ✓ LazyUnmount= ✓ ForceUnmount= +✓ ReadWriteOnly= ``` ## Automount Unit Settings diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index d775d74053f..d18773663fd 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -497,6 +497,19 @@ off. + + ReadWriteOnly= + + Takes a boolean argument. If false, a mount + point that shall be mounted read-write but cannot be mounted + so is retried to be mounted read-only. If true the operation + will fail immediately after the read-write mount attempt did + not succeed. This corresponds with + mount8's + -w switch. Defaults to + off. + + ForceUnmount=