X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.kill.xml;h=2a810e257f5be07668e08040a98067499a9783ad;hp=3fff2f57e64d33aa9d9c31ee70c5f90ba884a0ec;hb=431c72dc3d482732a01d3ab929aa9b2c36422d46;hpb=f274ece0f76b5709408821e317e87aef76123db6 diff --git a/man/systemd.kill.xml b/man/systemd.kill.xml index 3fff2f57e..2a810e257 100644 --- a/man/systemd.kill.xml +++ b/man/systemd.kill.xml @@ -48,10 +48,10 @@ - systemd.service, - systemd.socket, - systemd.mount, - systemd.swap + service.service, + socket.socket, + mount.mount, + swap.swap @@ -82,7 +82,7 @@ Options - + KillMode= @@ -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 @@ -163,7 +163,8 @@ systemd.socket5, systemd.swap5, systemd.mount5, - systemd.exec5 + systemd.exec5, + systemd.directives7