man: systemctl - clarify condrestart, force-reload

This commit is contained in:
Ran Benita 2010-11-30 19:05:13 +02:00 committed by Kay Sievers
parent f5c88ec133
commit 9bee76ee44
1 changed files with 18 additions and 8 deletions

View File

@ -416,21 +416,31 @@
units specified on the command units specified on the command
line. If the units are not running yet line. If the units are not running yet
the operation will the operation will
fail.</para></listitem> fail. Note that for compatibility
with Red Hat init scripts
<command>condrestart</command> is
equivalent to this command.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><command>reload-or-restart [NAME...]</command></term> <term><command>reload-or-restart [NAME...]</command></term>
<listitem><para>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.</para></listitem>
</varlistentry>
<varlistentry>
<term><command>reload-or-try-restart [NAME...]</command></term> <term><command>reload-or-try-restart [NAME...]</command></term>
<listitem><para>Reload one or more <listitem><para>Reload one or more
units if they support it. If not, units if they support it. If not,
restart them instead. Note that for restart them instead. If the units
compatibility with SysV and Red Hat are not running yet the operation
init scripts will fail. Note that for
<command>force-reload</command> and compatibility with SysV init scripts
<command>condrestart</command> may be <command>force-reload</command> is
used as equivalent commands to equivalent to this command.</para></listitem>
<command>reload-or-try-restart</command>.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><command>isolate [NAME]</command></term> <term><command>isolate [NAME]</command></term>