X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemctl.xml;h=c45b11a51059ca911fd5f785cc5acb1435a26474;hp=7bb845847fb3d94c96bdcb57d9135ec55d5360e7;hb=30732560c415f52d2a58fc8fab10b602a40c7274;hpb=3d428115cf27d22e93faa988109f765dfcd600b9 diff --git a/man/systemctl.xml b/man/systemctl.xml index 7bb845847..c45b11a51 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,9 @@ 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 + . @@ -170,6 +181,13 @@ argument it is only verified and enqueued. + + + + Do not pipe output into a + pager. + + @@ -416,21 +434,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]