diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-05-20 15:48:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 15:48:04 +0200 |
commit | bb94ded69332965cb0f32207194372ca66b71479 (patch) | |
tree | 14d32f9742eda3cffac7af6caef8418adecb6162 /docs | |
parent | sd-network: DHCPv4 - Add user class, extra option and send generic options in... (diff) | |
parent | man: document x-systemd.rw-only fstab option (diff) | |
download | systemd-bb94ded69332965cb0f32207194372ca66b71479.tar.xz systemd-bb94ded69332965cb0f32207194372ca66b71479.zip |
Merge pull request #15661 from hundeboll/mount-read-write-only
Mount read write only
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TRANSIENT-SETTINGS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/TRANSIENT-SETTINGS.md b/docs/TRANSIENT-SETTINGS.md index d5a8046676..d9b1c20c77 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 |