diff options
author | Michael Olbrich <m.olbrich@pengutronix.de> | 2015-04-14 22:01:48 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-04-21 20:23:41 +0200 |
commit | deb0a77cf0b409141c4b116ae30becb3d878e1ad (patch) | |
tree | eb40f2d8df1cb1a6e7e5c6fbb367b3b8bdfc1a5f /man/systemd.mount.xml | |
parent | 297f24a902110921a0627b40372ed2332229b706 (diff) |
automount: add expire support
Diffstat (limited to 'man/systemd.mount.xml')
-rw-r--r-- | man/systemd.mount.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index fcb9a44161..e102d27ab7 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -148,6 +148,15 @@ </varlistentry> <varlistentry> + <term><option>x-systemd.idle-timeout=</option></term> + + <listitem><para>Configures the idleness timeout of the + automount unit. See <varname>TimeoutIdleSec=</varname> in + <citerefentry><refentrytitle>systemd.automount</refentrytitle><manvolnum>5</manvolnum></citerefentry> + for details.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>x-systemd.device-timeout=</option></term> <listitem><para>Configure how long systemd should wait for a |