X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.kill.xml;h=517a891777658968b7b1426414f5a36d9f5832c0;hb=82659fd7571bda0f3dce9755b89a23c411d53dda;hp=2a810e257f5be07668e08040a98067499a9783ad;hpb=5a4555ba6bc8ea086823fb71cb1cb92d4ec087a2;p=elogind.git diff --git a/man/systemd.kill.xml b/man/systemd.kill.xml index 2a810e257..517a89177 100644 --- a/man/systemd.kill.xml +++ b/man/systemd.kill.xml @@ -115,16 +115,21 @@ . Processes will first be - terminated via SIGTERM (unless the - signal to send is changed via - KillSignal=). If + terminated via + SIGTERM (unless + the signal to send is changed via + KillSignal=). Optionally, + this is immediately followed by a + SIGHUP (if + enabled with + SendSIGHUP=). If then after a delay (configured via the - TimeoutSec= option) + TimeoutStopSec= option) processes still remain, the termination request is repeated with - the SIGKILL signal (unless this is - disabled via the - SendSIGKILL= + the SIGKILL + signal (unless this is disabled via + the SendSIGKILL= option). See kill2 for more @@ -139,6 +144,20 @@ + + SendSIGHUP= + Specifies whether to + send SIGHUP to + remaining processes immediately after + sending the signal configured with + KillSignal=. This + is useful to indicate to shells and + shell-like programs that their + connection has been severed. Takes a + boolean value. Defaults to "no". + + + SendSIGKILL= Specifies whether to @@ -149,6 +168,7 @@ value. Defaults to "yes". +