X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemctl.xml;h=54573e8f5f9bae73706751d1002c17f85ef54fb2;hb=76d5a71de99b6fe0ecc9bfd82ec641a5d408e191;hp=c0f5bb9744dd0d26bcbd9ee6a2e72e4860388c22;hpb=87698625aaf08ab2411a54a4ac9878acd4b46772;p=elogind.git diff --git a/man/systemctl.xml b/man/systemctl.xml index c0f5bb974..54573e8f5 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,12 +133,35 @@ along with systemd; If not, see . - When listing units, show all internally loaded 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 disk, use the command - list-unit-files instead. + 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. + @@ -470,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. + + + @@ -514,6 +546,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... @@ -965,6 +1010,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...