[systemd-devel] [PATCH] systemd: Fail a service if it exceeds its start limit

2012-08-06 Thread Eelco Dolstra
Previously, if a service configured to restart automatically exceeds its start limit, it entered the "inactive/dead" state. That seems wrong to me, since there is nothing to indicate to the user that the service has failed. This patch causes it to enter the failed state instead. --- src/core/ser

Re: [systemd-devel] [PATCH] systemd: Fail a service if it exceeds its start limit

2012-08-08 Thread Lennart Poettering
On Mon, 06.08.12 15:30, Eelco Dolstra (eelco.dols...@logicblox.com) wrote: > Previously, if a service configured to restart automatically exceeds > its start limit, it entered the "inactive/dead" state. That seems > wrong to me, since there is nothing to indicate to the user that the > service ha