X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.service.xml;h=ee4d3937565b97c6f35649170212f6f8c2ab56f8;hp=e4fa6bcc7c6fc14177c774754c74854352c0082a;hb=4bc5f808e4c4891451b83abbc85c4830b3788782;hpb=5471472d441d9ac48640f11a3b07e6a1fd6d1b63 diff --git a/man/systemd.service.xml b/man/systemd.service.xml index e4fa6bcc7..ee4d39375 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -560,17 +560,41 @@ . Processes will first be - terminated via SIGTERM. If then after - a delay (configured via 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. See + the SIGKILL signal (unless this is + disabled via the + SendSIGKILL= + option). See kill2 for more information. + + KillSignal= + Specifies which signal + to use when killing a + service. Defaults to SIGTERM. + + + + + 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