diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
commit | 932e4432596447eb9331cc2a2bb74a26a35b4efc (patch) | |
tree | 95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/opensuse-tumbleweed/man5/systemd.kill.5 | |
parent | Adding debian version 4.22.0-1. (diff) | |
download | manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man5/systemd.kill.5')
-rw-r--r-- | upstream/opensuse-tumbleweed/man5/systemd.kill.5 | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/upstream/opensuse-tumbleweed/man5/systemd.kill.5 b/upstream/opensuse-tumbleweed/man5/systemd.kill.5 index b81eab03..f8379e5f 100644 --- a/upstream/opensuse-tumbleweed/man5/systemd.kill.5 +++ b/upstream/opensuse-tumbleweed/man5/systemd.kill.5 @@ -1,5 +1,5 @@ '\" t -.TH "SYSTEMD\&.KILL" "5" "" "systemd 254" "systemd.kill" +.TH "SYSTEMD\&.KILL" "5" "" "systemd 255" "systemd.kill" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -124,6 +124,8 @@ for more information\&. .sp Defaults to \fBcontrol\-group\fR\&. +.sp +Added in version 187\&. .RE .PP \fIKillSignal=\fR @@ -136,6 +138,8 @@ Specifies which signal to use when stopping a service\&. This controls the signa .sp Note that, right after sending the signal specified in this setting, systemd will always send \fBSIGCONT\fR, to ensure that even suspended tasks can be terminated cleanly\&. +.sp +Added in version 187\&. .RE .PP \fIRestartKillSignal=\fR @@ -145,6 +149,8 @@ Specifies which signal to use when restarting a service\&. The same as described above, with the exception that this setting is used in a restart job\&. Not set by default, and the value of \fIKillSignal=\fR is used\&. +.sp +Added in version 244\&. .RE .PP \fISendSIGHUP=\fR @@ -152,7 +158,10 @@ is used\&. Specifies whether to send \fBSIGHUP\fR to remaining processes immediately after sending the signal configured with -\fIKillSignal=\fR\&. This is useful to indicate to shells and shell\-like programs that their connection has been severed\&. Takes a boolean value\&. Defaults to "no"\&. +\fIKillSignal=\fR\&. This is useful to indicate to shells and shell\-like programs that their connection has been severed\&. Takes a boolean value\&. Defaults to +"no"\&. +.sp +Added in version 207\&. .RE .PP \fISendSIGKILL=\fR @@ -166,7 +175,10 @@ of \fBcontrol\-group\fR or \fBmixed\fR -service will not restart if processes from prior services exist within the control group\&. Takes a boolean value\&. Defaults to "yes"\&. +service will not restart if processes from prior services exist within the control group\&. Takes a boolean value\&. Defaults to +"yes"\&. +.sp +Added in version 187\&. .RE .PP \fIFinalKillSignal=\fR @@ -185,6 +197,8 @@ to either or \fBSIGABRT\fR\&. Defaults to \fBSIGKILL\fR\&. +.sp +Added in version 240\&. .RE .PP \fIWatchdogSignal=\fR @@ -192,6 +206,8 @@ or Specifies which signal to use to terminate the service when the watchdog timeout expires (enabled through \fIWatchdogSec=\fR)\&. Defaults to \fBSIGABRT\fR\&. +.sp +Added in version 240\&. .RE .SH "SEE ALSO" .PP |