diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-08-30 16:44:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-30 16:44:51 +0200 |
commit | 43f1f9a61d108ab82c189bd854b9a276aebea6ec (patch) | |
tree | 7db8a226fc8b12fa9cf2f1216231fbd74bde72e8 /man | |
parent | 4a13100c6a5a0a4b793e90bd43d21c3696c42d46 (diff) | |
parent | 49915de2451a2ddbd2449a825c682b9731432895 (diff) |
Merge pull request #4053 from brulon/force-unmount
add ForceUnmount= setting for mount units
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.mount.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index bfdb3ce315..b0f156f6df 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -365,6 +365,17 @@ </varlistentry> <varlistentry> + <term><varname>ForceUnmount=</varname></term> + + <listitem><para>Takes a boolean argument. If true, force an + unmount (in case of an unreachable NFS system). + This corresponds with + <citerefentry project='man-pages'><refentrytitle>umount</refentrytitle><manvolnum>8</manvolnum></citerefentry>'s + <parameter>-f</parameter> switch. Defaults to + off.</para></listitem> + </varlistentry> + + <varlistentry> <term><varname>DirectoryMode=</varname></term> <listitem><para>Directories of mount points (and any parent directories) are automatically created if needed. This option |