summaryrefslogtreecommitdiff
path: root/man/systemctl.xml
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2023-02-20 19:17:14 +0100
committerDavid Tardon <dtardon@redhat.com>2023-02-21 19:03:26 +0100
commit160b8e981b56314c4936c17d4b5c7575d5fa497e (patch)
treea9dafc67d257209598ca30e13f3bda6c2cfa1406 /man/systemctl.xml
parent5fb5f49bec997bc7626c2534629eafe81991b91e (diff)
downloadsystemd-160b8e981b56314c4936c17d4b5c7575d5fa497e.tar.gz
man: document systemctl list-paths
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r--man/systemctl.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml
index 04b2e9813d..5ec268df87 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -128,6 +128,26 @@ binfmt_misc /proc/sys/fs/binfmt_misc yes 0 proc-sys-fs-binfmt_mis
</varlistentry>
<varlistentry>
+ <term><command>list-paths</command> <optional><replaceable>PATTERN</replaceable>…</optional></term>
+
+ <listitem>
+ <para>List path units currently in memory, ordered by path. If one or more
+ <replaceable>PATTERN</replaceable>s are specified, only path units matching one of them are shown.
+ Produces output similar to
+ <programlisting>
+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.</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>