Re: [systemd-devel] [PATCH 1/2] service: really stop watchdog timer when stopping

2013-03-06 Thread Lennart Poettering
On Wed, 23.01.13 14:12, Michael Olbrich (m.olbr...@pengutronix.de) wrote: > For services without ExecStop= the state SERVICE_STOP is never entered. as > a result the watchdog timer is not stopped and the service is restarted (if > it is configuered to restart). > Stopping the watchdog timer for SE

[systemd-devel] [PATCH 1/2] service: really stop watchdog timer when stopping

2013-01-23 Thread Michael Olbrich
For services without ExecStop= the state SERVICE_STOP is never entered. as a result the watchdog timer is not stopped and the service is restarted (if it is configuered to restart). Stopping the watchdog timer for SERVICE_STOP_SIGTERM as well fixes this. --- src/core/service.c |2 +- 1 file ch