X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemctl.xml;h=d6e0a51f2b34d89ad63017808864eb28863632da;hb=3bd66c05d5d775a82768e0772c83a7300baee366;hp=7bb845847fb3d94c96bdcb57d9135ec55d5360e7;hpb=3d428115cf27d22e93faa988109f765dfcd600b9;p=elogind.git diff --git a/man/systemctl.xml b/man/systemctl.xml index 7bb845847..d6e0a51f2 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -126,6 +126,15 @@ they are set or not. + + + + When listing units, + show only failed units. Do not confuse + with + . + + @@ -144,7 +153,24 @@ unfinished job, fail the command. If this is not specified the requested operation will replace the pending job, - if necessary. + if necessary. Do not confuse + with + . + + + + + + When enqueuing a new + job ignore all its dependencies and + execute it immediately. If passed no + required units of the unit passed will + be pulled in, and no ordering + dependencies will be honoured. This is + mostly a debugging and rescue tool for + the administrator and should not be + used by + applications. @@ -170,6 +196,13 @@ argument it is only verified and enqueued. + + + + Do not pipe output into a + pager. + + @@ -349,6 +382,27 @@ file that shall be disabled. + + + + + + Execute operation + remotely. Specifiy a hostname, or + username and hostname seperated by @, + to connect to. This will use SSH to + talk to the remote systemd + instance. + + + + + + + Acquire privileges via + PolicyKit before executing the + operation. + The following commands are understood: @@ -416,21 +470,31 @@ units specified on the command line. If the units are not running yet the operation will - fail. + fail. Note that for compatibility + with Red Hat init scripts + condrestart is + equivalent to this command. reload-or-restart [NAME...] + + Reload one or more + units if they support it. If not, + restart them instead. If the units + are not running yet they will be + started. + + reload-or-try-restart [NAME...] Reload one or more units if they support it. If not, - restart them instead. Note that for - compatibility with SysV and Red Hat - init scripts - force-reload and - condrestart may be - used as equivalent commands to - reload-or-try-restart. + restart them instead. If the units + are not running yet the operation + will fail. Note that for + compatibility with SysV init scripts + force-reload is + equivalent to this command. isolate [NAME]