X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemctl.xml;h=678bf0b2eeaffaa1b082392e614159867a1c744f;hb=ea4a240dc2e70adcb39704542b1422b1608e76e6;hp=d73e974e3ebe4231f56def0e39f5d71ef0391ed4;hpb=6f28c033ec506847b3bfa4efaf52478120c36946;p=elogind.git diff --git a/man/systemctl.xml b/man/systemctl.xml index d73e974e3..678bf0b2e 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -100,7 +100,10 @@ not specified all set properties are shown. The argument should be a property name, such as - MainPID. + MainPID. If + specified more than once all + properties with the specified names + are shown. @@ -115,6 +118,15 @@ they are set or not. + + + + Do not ellipsize unit + names in the output of + list-units and + list-jobs. + + @@ -127,6 +139,32 @@ necessary. + + + + + When used in + conjunction with the + dot command (see + below), selects which dependencies are + shown in the dependency graph. If + is passed + only dependencies of type + After= or + Before= are + shown. If + is passed only dependencies of type + Requires=, + RequiresOverridable=, + Requisite=, + RequisiteOverridable=, + Wants= and + Conflicts= are + shown. If neither is passed, shows + dependencies of all these + types. + + @@ -288,6 +326,25 @@ properties of the job is shown. + + + reset-maintenance [NAME...] + + Reset maintenance + state of the specified units, or if no + unit name is passed of all units. When + a unit fails in some way (i.e. process + exiting with non-zero error code, + terminating abnormally or timing out) + it will automatically enter + maintenance state and its exit codes + and status is recorded for + introspection by the administrator + until the service is restarted or + reset with this + command. + + load [NAME...] @@ -355,6 +412,24 @@ be parsed by applications. + + dot + + Generate textual + dependency graph description in dot + format for further processing with the + GraphViz + dot1 + tool. Use a command line like + systemctl dot | dot -Tsvg > + systemd.svg to generate a + graphical dependency tree. Unless + or + is passed + the generated graph will show both + ordering and requirement + dependencies. + snapshot [NAME]