Re: [systemd-devel] ExecStartPost= behavior on failure

2011-12-05 Thread Michal Schmidt
On 11/15/2011 01:40 PM, Honza Horak wrote: I'm thinking of what is the desired behavior if the command ExecStartPost=somecommand fails. If I understand it correctly, all other ExecStartPost= commands execution is stopped, but the main process continues to work (and the service is still active).

[systemd-devel] ExecStartPost= behavior on failure

2011-11-15 Thread Honza Horak
Hi, I'm thinking of what is the desired behavior if the command ExecStartPost=somecommand fails. If I understand it correctly, all other ExecStartPost= commands execution is stopped, but the main process continues to work (and the service is still active). From my POV this should happen when