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/systemd.mount.xml | |
parent | journal: add/use flushed_flag_is_set() helper (#4041) (diff) | |
download | systemd-e520950a03419957875034bc27795b0b81d8e793.tar.gz systemd-e520950a03419957875034bc27795b0b81d8e793.tar.bz2 systemd-e520950a03419957875034bc27795b0b81d8e793.zip |
mount: add new LazyUnmount= setting for mount units, mapping to umount(8)'s "-l" switch (#3827)
Diffstat (limited to 'man/systemd.mount.xml')
-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 a38165f9b..fa17f22dc 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 |