From 160b8e981b56314c4936c17d4b5c7575d5fa497e Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 20 Feb 2023 19:17:14 +0100 Subject: [PATCH] man: document systemctl list-paths --- man/systemctl.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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… -- 2.47.3