X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemctl.xml;h=77447dd122bdc17ceaaf72ae8fa93136c0f597d7;hb=5a2e420c1f0961c2819d0c5e35bcf911a7ba559d;hp=cd27c4a8e1dbc1747d255229fb4370c749486679;hpb=1238ee09b7babb175b9bf7ad1d0e8eb2a414ee6e;p=elogind.git diff --git a/man/systemctl.xml b/man/systemctl.xml index cd27c4a8e..77447dd12 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -157,12 +157,27 @@ along with systemd; If not, see . + + + With list-dependencies, show the + units that are ordered before the specified unit. In other + words, list the units that are in the After= + directive of the specified unit, have the specified unit in + their Before= directive, or are otherwise + implicit dependencies of the specified unit. + + + + - Show after (before) which units the specified unit is started - with list-dependencies. - + With list-dependencies, show the + units that are ordered after the specified unit. In other + words, list the units that are in the Before= + directive of the specified unit, have the specified unit in + their After= directive, or otherwise depend + on the specified unit.