diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2013-01-17 21:34:11 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-01-17 21:34:11 +0100 |
commit | 55c0b89c575fcb2c075286d444ed4fb1cf8c8563 (patch) | |
tree | b853f027b41ef5088bbac997c505d36d228aa38e /man | |
parent | 86ed7ec58b9b6a0907bbb3b8d07c930e52915de0 (diff) |
systemctl add command list-dependencies
systemctl list-dependencies lists all unit's dependecies and
recursively expands all subsidiary target units into a tree.
Primary purpose for this command is to show all units which are
enabled in specified target.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 48c5a1c738..f223383716 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -997,6 +997,17 @@ dependencies.</para></listitem> </varlistentry> <varlistentry> + <term><command>list-dependencies [NAME]</command></term> + + <listitem><para> + Shows required and wanted units of given unit. + Target units are recursively expanded. + When <option>--all</option> is passed + dependency tree is generated for all + subsidiary units.</para> + </listitem> + </varlistentry> + <varlistentry> <term><command>snapshot [NAME]</command></term> <listitem><para>Create a snapshot. If |