X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemctl.xml;h=9ab5c8ba5f887b59e3357eecc622af2bdca61682;hb=b42defe3b8ed3947d85db654a6cdb1b9999f394d;hp=5656564f54bf6837bb9f37123efcae460369db27;hpb=37d3ab1b7e114f0fb6dfb2e7273569b42794b76a;p=elogind.git diff --git a/man/systemctl.xml b/man/systemctl.xml index 5656564f5..9ab5c8ba5 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -92,21 +92,22 @@ along with systemd; If not, see . - The argument should be a unit type name such as - and , or a - unit load state such as and - . - - - If the argument is a unit type, when listing units, - limit display to certain unit types. If not specified units + The argument should be a comma separated list of unit + types such as and + , or unit load states such as + and + (types and states can be mixed). + + If one of the arguments is a unit type, when listing + units, limit display to certain unit types. Otherwise units of all types will be shown. - If the argument is a unit load state, when listing - units, limit display to certain unit types. If not specified - units of in all load states will be shown. + If one of the arguments is a unit load state, when + listing units, limit display to certain unit + types. Otherwise units of in all load states will be + shown. - As a special case, if the argument is + As a special case, if one of the arguments is , a list of allowed values will be printed and the program will exit. @@ -121,7 +122,7 @@ along with systemd; If not, see . show command, limit display to certain properties as specified as argument. If not specified all set properties are shown. The argument should be a - comma-seperated list of property names, such as + comma-separated list of property names, such as MainPID. If specified more than once all properties with the specified names are shown. @@ -132,10 +133,35 @@ along with systemd; If not, see . - When listing units, show all units, regardless of - their state, including inactive units. When showing + When listing units, show all loaded units, regardless + of their state, including inactive units. When showing unit/job/manager properties, show all properties regardless whether they are set or not. + To list all units installed on the system, use the + list-unit-files command instead. + + + + + + + + Show reverse dependencies between units with + list-dependencies, i.e. units with + dependencies of type Wants= or + Requires= on the given unit. + + + + + + + + + + Show which units are started after, resp. before + with list-dependencies. + @@ -149,6 +175,7 @@ along with systemd; If not, see . + @@ -171,6 +198,14 @@ along with systemd; If not, see . + + + + + When showing sockets, show the type of the socket. + + + @@ -459,6 +494,15 @@ along with systemd; If not, see . + + + + + When used with list-dependencies + the output is printed as a list instead of a tree. + + + @@ -478,6 +522,44 @@ along with systemd; If not, see . This is the default command. + + + list-sockets + + + List socket units ordered by the listening address. Produces output + similar to + +LISTEN UNIT ACTIVATES +/dev/initctl systemd-initctl.socket systemd-initctl.service +... +[::]:22 sshd.socket sshd.service +kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service + +5 sockets listed. + + Note: because the addresses might contains spaces, this output + is not suitable for programatic consumption. + + + See also the options , + , and . + + + + + set-log-level LEVEL + + + Change current log level of the + systemd daemon to + LEVEL (accepts the same values + as described in + systemd1). + + + + start NAME... @@ -721,7 +803,7 @@ along with systemd; If not, see . unit name, plus a control group specification in the syntax CONTROLLER:PATH or CONTROLLER. In the latter syntax - (where the path is ommitted) the default unit control group + (where the path is omitted) the default unit control group path is implied. Examples: cpu or cpu:/foo/bar. If a unit is removed from a control group hierarchy all its processes will be moved to the @@ -929,6 +1011,24 @@ along with systemd; If not, see . + + get-default + + + Get the default target specified + via default.target link. + + + + + set-default NAME + + + Set the default target to boot into. Command links + default.target to the given unit. + + + load NAME...