chiark / gitweb /
systemctl add command list-dependencies
authorLukas Nykryn <lnykryn@redhat.com>
Thu, 17 Jan 2013 20:34:11 +0000 (21:34 +0100)
committerKay Sievers <kay@vrfy.org>
Thu, 17 Jan 2013 20:34:11 +0000 (21:34 +0100)
commit55c0b89c575fcb2c075286d444ed4fb1cf8c8563
treeb853f027b41ef5088bbac997c505d36d228aa38e
parent86ed7ec58b9b6a0907bbb3b8d07c930e52915de0
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.
man/systemctl.xml
src/shared/util.c
src/shared/util.h
src/systemctl/systemctl.c