diff options
author | Mike Yuan <me@yhndnzj.com> | 2023-01-13 09:52:29 +0100 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2023-01-16 12:46:52 +0100 |
commit | 372997694446f26ffdedc95a14278cd5b3d2b73d (patch) | |
tree | 769def8a2edd08531aa7c8aa78b94732b27dc4cf /man | |
parent | systemctl: list-dependencies: pass bool where appropriate (diff) | |
download | systemd-372997694446f26ffdedc95a14278cd5b3d2b73d.tar.xz systemd-372997694446f26ffdedc95a14278cd5b3d2b73d.zip |
systemctl: list-dependencies: support --type= and --state=
Closes #25975
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index bd64e430c3..04b2e9813d 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -354,6 +354,10 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err dependencies. If no units are specified, <filename>default.target</filename> is implied.</para> + <para>The units that are shown are additionally filtered by <option>--type=</option> and + <option>--state=</option> if those options are specified. Note that we won't be able to + use a tree structure in this case, so <option>--plain</option> is implied.</para> + <para>By default, only target units are recursively expanded. When <option>--all</option> is passed, all other units are recursively expanded as well.</para> @@ -1657,8 +1661,8 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err <listitem> <para>The argument is a comma-separated list of unit types such as <option>service</option> and <option>socket</option>. When units are listed with <command>list-units</command>, - <command>show</command>, or <command>status</command>, only units of the specified types will be - shown. By default, units of all types are shown.</para> + <command>list-dependencies</command>, <command>show</command>, or <command>status</command>, + only units of the specified types will be shown. By default, units of all types are shown.</para> <para>As a special case, if one of the arguments is <option>help</option>, a list of allowed values will be printed and the program will exit.</para> @@ -1670,9 +1674,9 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err <listitem> <para>The argument is a comma-separated list of unit LOAD, SUB, or ACTIVE states. When listing - units with <command>list-units</command>, <command>show</command>, or <command>status</command>, - show only those in the specified states. Use <option>--state=failed</option> or - <option>--failed</option> to show only failed units.</para> + units with <command>list-units</command>, <command>list-dependencies</command>, <command>show</command> + or <command>status</command>, show only those in the specified states. Use <option>--state=failed</option> + or <option>--failed</option> to show only failed units.</para> <para>As a special case, if one of the arguments is <option>help</option>, a list of allowed values will be printed and the program will exit.</para> |