From f63e259bb6952fbd947d0b45516f7ccd356beb4a Mon Sep 17 00:00:00 2001 From: Clyde Byrd III Date: Tue, 8 Mar 2022 15:26:33 -0800 Subject: man: Update systemd.killMode docs --- man/systemd.kill.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'man') 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 @@ 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. -- cgit v1.2.3