X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemctl.xml;h=77447dd122bdc17ceaaf72ae8fa93136c0f597d7;hp=ee6ab8f5449dac0c582b598124a7aac944575aca;hb=9029f64298cb70c12ecf638fddee7f41b056fcf1;hpb=8fcf784dffba1ca24c2790b96c18dd689d4981fb diff --git a/man/systemctl.xml b/man/systemctl.xml index ee6ab8f54..77447dd12 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -131,6 +131,18 @@ along with systemd; If not, see . + + + + + + When listing units, also show units of local + containers. Units of local containers will be prefixed with + the container name, separated by a single colon character + (:). + + + @@ -145,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.