diff options
author | Clyde Byrd III <cbiii@fb.com> | 2022-03-09 00:26:33 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-10-01 16:58:48 +0200 |
commit | f63e259bb6952fbd947d0b45516f7ccd356beb4a (patch) | |
tree | 7824d49d00bde6cb0e6de7979edeea1395d3d018 /man | |
parent | build(deps): bump ninja from 1.10.2.3 to 1.10.2.4 in /.github/workflows (diff) | |
download | systemd-f63e259bb6952fbd947d0b45516f7ccd356beb4a.tar.xz systemd-f63e259bb6952fbd947d0b45516f7ccd356beb4a.zip |
man: Update systemd.killMode docs
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.kill.xml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/man/systemd.kill.xml b/man/systemd.kill.xml index 57eb6403c7..91de22f39e 100644 --- a/man/systemd.kill.xml +++ b/man/systemd.kill.xml @@ -84,9 +84,16 @@ <para>Processes will first be terminated via <constant>SIGTERM</constant> (unless the signal to send is changed via <varname>KillSignal=</varname> or <varname>RestartKillSignal=</varname>). Optionally, this is immediately followed by a <constant>SIGHUP</constant> (if enabled with - <varname>SendSIGHUP=</varname>). If processes still remain after the main process of a unit has - exited or the delay configured via the <varname>TimeoutStopSec=</varname> has passed, the termination - request is repeated with the <constant>SIGKILL</constant> signal or the signal specified via + <varname>SendSIGHUP=</varname>). If processes still remain after: + <itemizedlist> + <listitem><para>the main process of a unit has exited (applies to <varname>KillMode=</varname>: + <option>mixed</option>)</para></listitem> + <listitem><para>the delay configured via the <varname>TimeoutStopSec=</varname> has passed + (applies to <varname>KillMode=</varname>: <option>control-group</option>, <option>mixed</option>, + <option>process</option>)</para></listitem> + </itemizedlist> + + the termination request is repeated with the <constant>SIGKILL</constant> signal or the signal specified via <varname>FinalKillSignal=</varname> (unless this is disabled via the <varname>SendSIGKILL=</varname> option). See <citerefentry><refentrytitle>kill</refentrytitle><manvolnum>2</manvolnum></citerefentry> for more information.</para> |