X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemctl.xml;h=632a26dedbd12febdf855567ff9bdbcfcb1b90b1;hb=409dee2e44e7dc73d6bf00d782938e4cb4105f5b;hp=0afb0cc626c318ff3506a5c301f4235ff10bee8b;hpb=d2bbca6855b174fb7ea90b4767a886bb88bd2400;p=elogind.git diff --git a/man/systemctl.xml b/man/systemctl.xml index 0afb0cc62..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 @@ -175,6 +175,7 @@ along with systemd; If not, see . + @@ -381,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 . @@ -452,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. @@ -546,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... @@ -718,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 @@ -997,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...