X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=man%2Fsystemctl.xml;h=a3e0a307a81f60ec4c011af4b7198649c3fc51d5;hb=f8788303929c27d0b7f7e4b8ffe22767a3d0ff67;hp=d6e0a51f2b34d89ad63017808864eb28863632da;hpb=a8f11321c209830a35edd0357e8def5d4437d854;p=elogind.git diff --git a/man/systemctl.xml b/man/systemctl.xml index d6e0a51f2..a3e0a307a 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -304,13 +304,11 @@ kill, choose the mode how to kill the selected processes. Must be one of - , - or + or to select whether to kill the entire control - group, the process group or only the - selected process itself. If omitted - defaults to + group or only the selected process + itself. If omitted defaults to if is set, or @@ -383,13 +381,24 @@ disabled. + + + + When used with + enable/ + disable/ + is-enabled, + use alternative root path for systemd + install. + + Execute operation - remotely. Specifiy a hostname, or - username and hostname seperated by @, + remotely. Specify a hostname, or + username and hostname separated by @, to connect to. This will use SSH to talk to the remote systemd instance. @@ -468,9 +477,9 @@ Restart one or more units specified on the command - line. If the units are not running yet - the operation will - fail. Note that for compatibility + line if the units are running. Do + nothing if units are not running. + Note that for compatibility with Red Hat init scripts condrestart is equivalent to this command. @@ -489,12 +498,13 @@ Reload one or more units if they support it. If not, - restart them instead. If the units - are not running yet the operation - will fail. Note that for - compatibility with SysV init scripts + restart them instead. Do nothing if + the units are not running. Note that + for compatibility with SysV init + scripts force-reload is - equivalent to this command. + equivalent to this + command. isolate [NAME] @@ -1022,6 +1032,22 @@ code otherwise. + + Environment + + + + $SYSTEMD_PAGER + Pager to use when + is not given; + overrides $PAGER. Setting + this to an empty string or the value + cat is equivalent to passing + . + + + + See Also