From: David Tardon Date: Mon, 20 Feb 2023 18:17:14 +0000 (+0100) Subject: man: document systemctl list-paths X-Git-Tag: v254-rc1~1202^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=160b8e981b56314c4936c17d4b5c7575d5fa497e;p=thirdparty%2Fsystemd.git man: document systemctl list-paths --- diff --git a/man/systemctl.xml b/man/systemctl.xml index 04b2e9813d9..5ec268df877 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -127,6 +127,26 @@ binfmt_misc /proc/sys/fs/binfmt_misc yes 0 proc-sys-fs-binfmt_mis + + list-paths PATTERN… + + + List path units currently in memory, ordered by path. If one or more + PATTERNs are specified, only path units matching one of them are shown. + Produces output similar to + +PATH CONDITION UNIT ACTIVATES +/run/systemd/ask-password DirectoryNotEmpty systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service +/run/systemd/ask-password DirectoryNotEmpty systemd-ask-password-wall.path systemd-ask-password-wall.service +/var/cache/cups/org.cups.cupsd PathExists cups.path cups.service + +3 paths listed. + + + Also see , , and . + + + list-sockets PATTERN…