X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.service.xml;h=ee4d3937565b97c6f35649170212f6f8c2ab56f8;hp=e5262f6d60f8034852016155dcc5ce92bba33f8b;hb=ba035df230e41bf9d70ebb47915c9472b7884412;hpb=0058d7b91ca90ee2dc605298bc5bac9bef0ededf diff --git a/man/systemd.service.xml b/man/systemd.service.xml index e5262f6d6..ee4d39375 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -560,14 +560,17 @@ . Processes will first be - terminated via SIGTERM (unless this is - changed via + 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. See + the SIGKILL signal (unless this is + disabled via the + SendSIGKILL= + option). See kill2 for more information. @@ -581,6 +584,17 @@ + + SendSIGKILL= + Specifies whether to + send SIGKILL to remaining processes + after a timeout, if the normal + shutdown procedure left processes of + the service around. Takes a boolean + value. Defaults to "yes". + + + NonBlocking= Set O_NONBLOCK flag