X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.kill.xml;h=2a810e257f5be07668e08040a98067499a9783ad;hb=21bf2ab082b42f03df5b4685df2fddc4d6e0d572;hp=5ff8feee6345a814601700336057c706e6f7764a;hpb=ccc9a4f9ffdab069b0b785627c48962fdadf6d46;p=elogind.git diff --git a/man/systemd.kill.xml b/man/systemd.kill.xml index 5ff8feee6..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 @@ -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