diff options
author | Michael Olbrich <m.olbrich@pengutronix.de> | 2014-04-24 09:35:37 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-04-24 20:11:20 +0200 |
commit | 93ae25e6fd62b2f87c3dd9ad3e81934eecc48057 (patch) | |
tree | 7a467226ee1aa4042a2bef0cc6b6b55f169c8e83 /src/core/load-fragment-gperf.gperf.m4 | |
parent | 209b031e4fb7b50fc1812fc7c6ea59ca2f5d0c78 (diff) |
service: add FailureAction= option
It has the same possible values as StartLimitAction= and is executed
immediately if a service fails.
Diffstat (limited to 'src/core/load-fragment-gperf.gperf.m4')
-rw-r--r-- | src/core/load-fragment-gperf.gperf.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/load-fragment-gperf.gperf.m4 b/src/core/load-fragment-gperf.gperf.m4 index cb98c830b3..da6df5ca3c 100644 --- a/src/core/load-fragment-gperf.gperf.m4 +++ b/src/core/load-fragment-gperf.gperf.m4 @@ -181,6 +181,7 @@ Service.StartLimitInterval, config_parse_sec, 0, Service.StartLimitBurst, config_parse_unsigned, 0, offsetof(Service, start_limit.burst) Service.StartLimitAction, config_parse_start_limit_action, 0, offsetof(Service, start_limit_action) Service.RebootArgument, config_parse_string, 0, offsetof(Service, reboot_arg) +Service.FailureAction, config_parse_start_limit_action, 0, offsetof(Service, failure_action) Service.Type, config_parse_service_type, 0, offsetof(Service, type) Service.Restart, config_parse_service_restart, 0, offsetof(Service, restart) Service.PermissionsStartOnly, config_parse_bool, 0, offsetof(Service, permissions_start_only) |