summaryrefslogtreecommitdiff
path: root/man/systemctl.xml
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2022-07-15 16:07:31 +0200
committerDavid Tardon <dtardon@redhat.com>2022-07-25 13:37:20 +0200
commit2d5cdc622484e07986f03c51eea75e3db6d8e550 (patch)
treee51a21db422b614b6f07f5f404eb2fae18d2c4c0 /man/systemctl.xml
parented462ea3fa3b85b15ca6f672eb0aa87236d3d67b (diff)
downloadsystemd-2d5cdc622484e07986f03c51eea75e3db6d8e550.tar.gz
man: document systemctl list-automounts
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r--man/systemctl.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml
index 42dd667aa9..483db5179c 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -109,6 +109,25 @@ To show all installed unit files use 'systemctl list-unit-files'.</programlistin
</varlistentry>
<varlistentry>
+ <term><command>list-automounts</command> <optional><replaceable>PATTERN</replaceable>…</optional></term>
+
+ <listitem>
+ <para>List automount units currently in memory, ordered by mount path. If one or more
+ <replaceable>PATTERN</replaceable>s are specified, only automount units matching one of them are shown.
+ Produces output similar to
+ <programlisting>
+WHAT WHERE MOUNTED IDLE TIMEOUT UNIT
+/dev/sdb1 /mnt/test no 120s mnt-test.automount
+binfmt_misc /proc/sys/fs/binfmt_misc yes 0 proc-sys-fs-binfmt_misc.automount
+
+2 automounts listed.</programlisting>
+ </para>
+
+ <para>Also see <option>--show-types</option>, <option>--all</option>, and <option>--state=</option>.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><command>list-sockets</command> <optional><replaceable>PATTERN</replaceable>…</optional></term>
<listitem>