Re: [systemd-devel] [PATCH] systemctl: add command list-dependencies

2013-01-18 Thread Lennart Poettering
On Thu, 17.01.13 19:28, Lukas Nykryn (lnyk...@redhat.com) wrote: > 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. BTW: T

[systemd-devel] [PATCH] systemctl: add command list-dependencies

2013-01-17 Thread Lukas Nykryn
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 | 11 +++ src/shared/util.c | 2 + src/sh