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.