diff options
author | Barron Rulon <barron@lexmark.com> | 2016-08-27 10:27:49 -0400 |
---|---|---|
committer | Barron Rulon <barron@lexmark.com> | 2016-08-27 10:46:52 -0400 |
commit | 4f8d40a9dc3d2dc754a30bc9455817ee6a857c62 (patch) | |
tree | 870fa22b1eb1989dc22b8ba40e07cd1bd62a48aa /man/systemd.mount.xml | |
parent | e520950a03419957875034bc27795b0b81d8e793 (diff) |
mount: add new ForceUnmount= setting for mount units, mapping to umount(8)'s "-f" switch
Diffstat (limited to 'man/systemd.mount.xml')
-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 fa17f22dc3..dd08feb5ad 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 |