diff options
author | Michael Olbrich <m.olbrich@pengutronix.de> | 2012-02-09 13:05:23 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-02-09 21:01:29 +0100 |
commit | 4b9397474f2c80957fd1cedf885061052333fb25 (patch) | |
tree | 349441eb71a9d00e4abd4ecccd19fd17db850eb3 /src/load-fragment-gperf.gperf.m4 | |
parent | 54f5e17193a6837c1b2d59abcd4f84ec61069f33 (diff) |
service: add StartLimitInterval/StartLimitBurst/StartLimitAction
Diffstat (limited to 'src/load-fragment-gperf.gperf.m4')
-rw-r--r-- | src/load-fragment-gperf.gperf.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/load-fragment-gperf.gperf.m4 b/src/load-fragment-gperf.gperf.m4 index 9708ff8283..44ce4bbbc4 100644 --- a/src/load-fragment-gperf.gperf.m4 +++ b/src/load-fragment-gperf.gperf.m4 @@ -136,6 +136,9 @@ Service.ExecStopPost, config_parse_exec, SERVICE_EXE Service.RestartSec, config_parse_usec, 0, offsetof(Service, restart_usec) Service.TimeoutSec, config_parse_usec, 0, offsetof(Service, timeout_usec) Service.WatchdogSec, config_parse_usec, 0, offsetof(Service, watchdog_usec) +Service.StartLimitInterval, config_parse_usec, 0, offsetof(Service, start_limit.interval) +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.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) |