X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemctl.xml;h=632a26dedbd12febdf855567ff9bdbcfcb1b90b1;hb=409dee2e44e7dc73d6bf00d782938e4cb4105f5b;hp=96cd10810fcb8903ac6fbdb96d348ff393c9a557;hpb=a5e4972c8956cecf35fa4780e1cfe7c378bfcba1;p=elogind.git diff --git a/man/systemctl.xml b/man/systemctl.xml index 96cd10810..632a26ded 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -92,7 +92,7 @@ along with systemd; If not, see . - The argument should be a comma separated list of unit + The argument should be a comma-separated list of unit types such as and , or unit load states such as and @@ -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. @@ -142,6 +142,29 @@ along with systemd; If not, see . + + + + + 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. + + + + @@ -152,6 +175,7 @@ along with systemd; If not, see . + @@ -358,8 +382,8 @@ along with systemd; If not, see . When used with kill, choose which signal to send to selected processes. Must be one of the - well known signal specifiers such as SIGTERM, SIGINT or - SIGSTOP. If omitted defaults to + well known signal specifiers such as SIGTERM, SIGINT or + SIGSTOP. If omitted defaults to . @@ -429,7 +453,7 @@ along with systemd; If not, see . Execute operation remotely. Specify a hostname, or - username and hostname separated by @, to connect to. This + username and hostname separated by @, to connect to. This will use SSH to talk to the remote systemd instance. @@ -470,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. + + + @@ -514,6 +547,19 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service + + set-log-level LEVEL + + + Change current log level of the + systemd daemon to + LEVEL (accepts the same values + as described in + systemd1). + + + + start NAME... @@ -686,7 +732,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service names such as cpu.shares. This will output the current values of the specified attributes, separated by new-lines. For attributes that take list of - items the output will be new-line separated, too. This + items the output will be new-line-separated, too. This operation will always try to retrieve the data in question from the kernel first, and if that is not available use the configured values instead. Instead of low-level control @@ -965,6 +1011,24 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service + + 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...