X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemctl.xml;h=678bf0b2eeaffaa1b082392e614159867a1c744f;hb=ea4a240dc2e70adcb39704542b1422b1608e76e6;hp=f0de186ea591cda852629178986f2e91caee8c4d;hpb=90d473a1c05c692d0beaac3ff939b01f930fcada;p=elogind.git diff --git a/man/systemctl.xml b/man/systemctl.xml index f0de186ea..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. + + @@ -193,13 +231,6 @@ specified on the command line. - - restart [NAME...] - - Restart one or more - units specified on the command - line. - reload [NAME...] @@ -226,6 +257,33 @@ commands. + + restart [NAME...] + + Restart one or more + units specified on the command + line. If the units are not running yet + they will be + started. + + + try-restart [NAME...] + + Restart one or more + units specified on the command + line. If the units are not running yet + the operation will + fail. + + + reload-or-restart [NAME...] + reload-or-try-restart [NAME...] + + Reload one or more + units if they support it. If not + restart them + instead. + isolate [NAME] @@ -268,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...] @@ -335,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] @@ -501,7 +596,7 @@ Enter emergency mode. This is mostly equivalent to isolate - emergency.service but also + emergency.target but also prints a wall message to all users.