diff options
author | brulon <barron@lexmark.com> | 2016-08-26 11:57:22 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-08-26 17:57:22 +0200 |
commit | e520950a03419957875034bc27795b0b81d8e793 (patch) | |
tree | 09fb51201acc7e7da2dbececdf887db3af6b362e /man | |
parent | 6431c7e216ceb9f3cfe073c94a47ac413b892e55 (diff) |
mount: add new LazyUnmount= setting for mount units, mapping to umount(8)'s "-l" switch (#3827)
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.mount.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index a38165f9b9..fa17f22dc3 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -352,6 +352,19 @@ </varlistentry> <varlistentry> + <term><varname>LazyUnmount=</varname></term> + + <listitem><para>Takes a boolean argument. If true, detach the + filesystem from the filesystem hierarchy at time of the unmount + operation, and clean up all references to the filesystem as + soon as they are not busy anymore. + This corresponds with + <citerefentry project='man-pages'><refentrytitle>umount</refentrytitle><manvolnum>8</manvolnum></citerefentry>'s + <parameter>-l</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 |