From: Clyde Byrd III Date: Tue, 8 Mar 2022 23:26:33 +0000 (-0800) Subject: man: Update systemd.killMode docs X-Git-Tag: v252-rc1~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f63e259bb6952fbd947d0b45516f7ccd356beb4a;p=thirdparty%2Fsystemd.git man: Update systemd.killMode docs --- diff --git a/man/systemd.kill.xml b/man/systemd.kill.xml index 57eb6403c73..91de22f39ec 100644 --- a/man/systemd.kill.xml +++ b/man/systemd.kill.xml @@ -84,9 +84,16 @@ Processes will first be terminated via SIGTERM (unless the signal to send is changed via KillSignal= or RestartKillSignal=). Optionally, this is immediately followed by a SIGHUP (if enabled with - SendSIGHUP=). If processes still remain after the main process of a unit has - exited or the delay configured via the TimeoutStopSec= has passed, the termination - request is repeated with the SIGKILL signal or the signal specified via + SendSIGHUP=). If processes still remain after: + + the main process of a unit has exited (applies to KillMode=: + ) + the delay configured via the TimeoutStopSec= has passed + (applies to KillMode=: , , + ) + + + the termination request is repeated with the SIGKILL signal or the signal specified via FinalKillSignal= (unless this is disabled via the SendSIGKILL= option). See kill2 for more information.