X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemctl.xml;h=0afb0cc626c318ff3506a5c301f4235ff10bee8b;hp=97bc47ce241b261f93a2410f48491daec61f7ba7;hb=d2bbca6855b174fb7ea90b4767a886bb88bd2400;hpb=20b3f379cfd44e61dd1838a107f1d5363fab5b5d diff --git a/man/systemctl.xml b/man/systemctl.xml index 97bc47ce2..0afb0cc62 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -122,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. @@ -133,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. + @@ -172,6 +197,14 @@ along with systemd; If not, see . + + + + + When showing sockets, show the type of the socket. + + + @@ -460,6 +493,15 @@ along with systemd; If not, see . + + + + + When used with list-dependencies + the output is printed as a list instead of a tree. + + + @@ -479,6 +521,31 @@ 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 . + + + start NAME... @@ -722,7 +789,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