Re: [systemd-devel] TimeoutStopSec is ignored (regression)

2014-12-01 Thread Michael Chapman
On Mon, 1 Dec 2014, David Herrmann wrote: Hi On Sat, Nov 29, 2014 at 12:35 PM, Ross Lagerwall wrote: Hi, On recent versions of systemd, unit_kill_context doesn't set wait_for_exit to true which means that service_enter_signal sends SIGTERM, immediately moves into stop-sigkill and sends SIGKIL

Re: [systemd-devel] TimeoutStopSec is ignored (regression)

2014-12-01 Thread David Herrmann
Hi On Sat, Nov 29, 2014 at 12:35 PM, Ross Lagerwall wrote: > Hi, > > On recent versions of systemd, unit_kill_context doesn't set > wait_for_exit to true which means that service_enter_signal sends > SIGTERM, immediately moves into stop-sigkill and sends SIGKILL, ignoring > TimeoutStopSec and oft

[systemd-devel] TimeoutStopSec is ignored (regression)

2014-11-29 Thread Ross Lagerwall
Hi, On recent versions of systemd, unit_kill_context doesn't set wait_for_exit to true which means that service_enter_signal sends SIGTERM, immediately moves into stop-sigkill and sends SIGKILL, ignoring TimeoutStopSec and often killing processes without giving them a chance to cleanup. Reverting