X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.kill.xml;h=2a810e257f5be07668e08040a98067499a9783ad;hb=a65615ca5d78be0dcd7d9c9b4a663fa75f758606;hp=b41ce460b585234ba7ce44a3948652b4c502797d;hpb=e670b166a08b7c1031a9e7d7675fa9a29c3e19c9;p=elogind.git diff --git a/man/systemd.kill.xml b/man/systemd.kill.xml index b41ce460b..2a810e257 100644 --- a/man/systemd.kill.xml +++ b/man/systemd.kill.xml @@ -115,14 +115,14 @@ . Processes will first be - terminated via SIGTERM (unless the + terminated via SIGTERM (unless the signal to send is changed via KillSignal=). If then after a delay (configured via the TimeoutSec= option) processes still remain, the termination request is repeated with - the SIGKILL signal (unless this is + the SIGKILL signal (unless this is disabled via the SendSIGKILL= option). See @@ -135,14 +135,14 @@ KillSignal= Specifies which signal to use when killing a - service. Defaults to SIGTERM. + service. Defaults to SIGTERM. SendSIGKILL= Specifies whether to - send SIGKILL to remaining processes + send SIGKILL to remaining processes after a timeout, if the normal shutdown procedure left processes of the service around. Takes a boolean