mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
man: document ReadWriteOnly property for mount units
This commit is contained in:
parent
c600357ba6
commit
75f4bd7fd0
@ -332,6 +332,7 @@ All mount unit settings are available to transient units:
|
||||
✓ SloppyOptions=
|
||||
✓ LazyUnmount=
|
||||
✓ ForceUnmount=
|
||||
✓ ReadWriteOnly=
|
||||
```
|
||||
|
||||
## Automount Unit Settings
|
||||
|
@ -497,6 +497,19 @@
|
||||
off.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>ReadWriteOnly=</varname></term>
|
||||
|
||||
<listitem><para>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
|
||||
<citerefentry project='man-pages'><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry>'s
|
||||
<parameter>-w</parameter> switch. Defaults to
|
||||
off.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>ForceUnmount=</varname></term>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user