summaryrefslogtreecommitdiff
path: root/man/systemd.automount.xml
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-04-14 22:01:48 +0200
committerLennart Poettering <lennart@poettering.net>2015-04-21 20:23:41 +0200
commitdeb0a77cf0b409141c4b116ae30becb3d878e1ad (patch)
treeeb40f2d8df1cb1a6e7e5c6fbb367b3b8bdfc1a5f /man/systemd.automount.xml
parent297f24a902110921a0627b40372ed2332229b706 (diff)
automount: add expire support
Diffstat (limited to 'man/systemd.automount.xml')
-rw-r--r--man/systemd.automount.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd.automount.xml b/man/systemd.automount.xml
index b5b5885cdf..9561590c5c 100644
--- a/man/systemd.automount.xml
+++ b/man/systemd.automount.xml
@@ -135,6 +135,14 @@
creating these directories. Takes an access mode in octal
notation. Defaults to 0755.</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term><varname>TimeoutIdleSec=</varname></term>
+ <listitem><para>Configures an idleness timeout. Once the mount has been
+ idle for the specified time, systemd will attempt to unmount. Takes a
+ unit-less value in seconds, or a time span value such as "5min 20s".
+ Pass 0 to disable the timeout logic. The timeout is disabled by
+ default.</para></listitem>
+ </varlistentry>
</variablelist>
</refsect1>