X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemctl.xml;h=9ab5c8ba5f887b59e3357eecc622af2bdca61682;hp=96cd10810fcb8903ac6fbdb96d348ff393c9a557;hb=74d005783e355acc784d123024e33bbb66ef9ef1;hpb=a5e4972c8956cecf35fa4780e1cfe7c378bfcba1 diff --git a/man/systemctl.xml b/man/systemctl.xml index 96cd10810..9ab5c8ba5 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. @@ -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 . + @@ -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... @@ -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...