From: David Tardon Date: Fri, 15 Jul 2022 14:07:31 +0000 (+0200) Subject: man: document systemctl list-automounts X-Git-Tag: v252-rc1~580^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d5cdc622484e07986f03c51eea75e3db6d8e550;p=thirdparty%2Fsystemd.git man: document systemctl list-automounts --- diff --git a/man/systemctl.xml b/man/systemctl.xml index 42dd667aa9a..483db5179c9 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -108,6 +108,25 @@ To show all installed unit files use 'systemctl list-unit-files'. + + list-automounts PATTERN… + + + List automount units currently in memory, ordered by mount path. If one or more + PATTERNs are specified, only automount units matching one of them are shown. + Produces output similar to + +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. + + + Also see , , and . + + + list-sockets PATTERN…