From 93ae25e6fd62b2f87c3dd9ad3e81934eecc48057 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 24 Apr 2014 09:35:37 +0200 Subject: service: add FailureAction= option It has the same possible values as StartLimitAction= and is executed immediately if a service fails. --- man/systemd.service.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'man/systemd.service.xml') diff --git a/man/systemd.service.xml b/man/systemd.service.xml index a2a1b6b508..af32ccb878 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -1030,6 +1030,17 @@ ExecStart=/bin/echo $ONE $TWO ${TWO} command. + + FailureAction= + Configure the action + to take when the service enters a failed + state. Takes the same values as + StartLimitAction= + and executes the same actions. + Defaults to . + + + Check -- cgit v1.2.3-54-g00ecf