]> git.ipfire.org Git - thirdparty/lxc.git/commit
lxc-init: use SIGKILL after alarm timeout 2129/head
authorTycho Andersen <tycho@tycho.ws>
Mon, 5 Feb 2018 14:13:18 +0000 (14:13 +0000)
committerTycho Andersen <tycho@tycho.ws>
Mon, 5 Feb 2018 14:13:18 +0000 (14:13 +0000)
commit60e324aa5b9aa75c41d750f975cd220ec95c854b
treed7322744b5b6da33552f738a4a844c50e3b6ff62
parentcf73b78c0c85485bb3dd8030ce02d3460e094d71
lxc-init: use SIGKILL after alarm timeout

d76e3e1 inadvertently switched the alarm timeout from sigterm to sigkill.
We really want sigkill here, so let's bring it back.

Signed-off-by: Tycho Andersen <tycho@tycho.ws>
src/lxc/lxc_init.c