Re: [systemd-devel] [PATCH] service: don't try to kill the service more than once when the watchdog timeout hits

2013-07-17 Thread Michael Olbrich
Hi, On Wed, Jul 17, 2013 at 03:53:09AM +0200, Lennart Poettering wrote: On Wed, 12.06.13 01:22, Michael Olbrich (m.olbr...@pengutronix.de) wrote: If ExecStopPost= is defined then it is executed after SIGKILL. Otherwise another round of SIGTERM/SIGSTOP is started which is rather useless

Re: [systemd-devel] [PATCH] service: don't try to kill the service more than once when the watchdog timeout hits

2013-07-17 Thread Lennart Poettering
On Wed, 17.07.13 09:20, Michael Olbrich (m.olbr...@pengutronix.de) wrote: Hi, On Wed, Jul 17, 2013 at 03:53:09AM +0200, Lennart Poettering wrote: On Wed, 12.06.13 01:22, Michael Olbrich (m.olbr...@pengutronix.de) wrote: If ExecStopPost= is defined then it is executed after SIGKILL.

[systemd-devel] [PATCH] service: don't try to kill the service more than once when the watchdog timeout hits

2013-06-11 Thread Michael Olbrich
If ExecStopPost= is defined then it is executed after SIGKILL. Otherwise another round of SIGTERM/SIGSTOP is started which is rather useless when the watchdog timeout hits. So go directly to the final SIGKILL if ExecStopPost= is not defined. --- Hi, I did some more testing with this. I think