Re: [systemd-devel] [PATCH 1/2] service: add FailureAction= option

2014-04-23 Thread Lennart Poettering
On Tue, 15.04.14 08:26, Michael Olbrich (m.olbr...@pengutronix.de) wrote: It has the same possible values as StartLimitAction= and is executed immediately if a service fails. Looks good! But doesn't apply anymore, could you rebase both patches please, will merge then! Thanks! Lennart --

[systemd-devel] [PATCH 1/2] service: add FailureAction= option

2014-04-15 Thread Michael Olbrich
It has the same possible values as StartLimitAction= and is executed immediately if a service fails. --- man/systemd.service.xml | 11 +++ src/core/dbus-service.c | 1 + src/core/load-fragment-gperf.gperf.m4 | 1 + src/core/service.c| 35