]> git.ipfire.org Git - thirdparty/systemd.git/commit
Make final kill signal configurable
authorJon Ringle <jringle@gridpoint.com>
Fri, 20 Jul 2018 15:22:43 +0000 (11:22 -0400)
committerLennart Poettering <lennart@poettering.net>
Mon, 23 Jul 2018 11:44:54 +0000 (13:44 +0200)
commitfbb48d4c66ada1ea7ffb3bdd03cf5e6a3579b600
tree789d2fe31cf70c24d71cd135824724e079e6d559
parent2484bff32bc5af4af811381393df1090d6e4586f
Make final kill signal configurable

Usecase is to allow changing the final kill from SIGKILL to SIGQUIT which
should create a core dump useful for debugging why the service didn't stop
with the SIGTERM
doc/TRANSIENT-SETTINGS.md
man/systemd.kill.xml
shell-completion/bash/systemd-run
shell-completion/zsh/_systemd-run
src/core/dbus-kill.c
src/core/kill.c
src/core/kill.h
src/core/load-fragment-gperf.gperf.m4
src/core/load-fragment.h
src/core/unit.c
src/shared/bus-unit-util.c