[systemd-devel] [PATCH] man: Document the actual behaviour of ExecStopPost

2013-03-12 Thread Mathieu Bridon
The documentation makes it sound like ExecStopPost is only run when stopping the service with `systemctl stop foo.service` However, that is not the case, as it also gets run when the service unexpectedly exists, crashes, or gets SIGKILLed. --- man/systemd.service.xml | 9 ++--- 1 file

Re: [systemd-devel] [PATCH] man: Document the actual behaviour of ExecStopPost

2013-03-12 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Mar 13, 2013 at 12:43:40PM +0800, Mathieu Bridon wrote: The documentation makes it sound like ExecStopPost is only run when stopping the service with `systemctl stop foo.service` However, that is not the case, as it also gets run when the service unexpectedly exists, crashes, or gets

[systemd-devel] [PATCH] man: Document the actual behaviour of ExecStopPost

2013-03-08 Thread Mathieu Bridon
The documentation makes it sound like ExecStopPost is only run when stopping the service with `systemctl stop foo.service` However, that is not the case, as it also gets run when the service unexpectedly exists, crashes, or gets SIGKILLed. --- man/systemd.service.xml | 4 ++-- 1 file changed, 2

Re: [systemd-devel] [PATCH] man: Document the actual behaviour of ExecStopPost

2013-03-08 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Mar 08, 2013 at 04:26:36AM -0500, Mathieu Bridon wrote: The documentation makes it sound like ExecStopPost is only run when stopping the service with `systemctl stop foo.service` However, that is not the case, as it also gets run when the service unexpectedly exists, crashes, or gets

Re: [systemd-devel] [PATCH] man: Document the actual behaviour of ExecStopPost

2013-03-08 Thread Mathieu Bridon
On Friday, March 08, 2013 09:40 PM, Zbigniew Jędrzejewski-Szmek wrote: On Fri, Mar 08, 2013 at 04:26:36AM -0500, Mathieu Bridon wrote: The documentation makes it sound like ExecStopPost is only run when stopping the service with `systemctl stop foo.service` However, that is not the case, as it