diff options
author | Hannes Reinecke <hare@suse.de> | 2013-07-25 14:07:59 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-09-12 18:29:44 +0200 |
commit | dc99a9764418a1974c46c55efa73b034f530a5a5 (patch) | |
tree | b74c9e03549e3cfdde0ed41752b79033e1824344 /man/systemd.service.xml | |
parent | 00a168618906bea43c3c57e20b9152582c324bf8 (diff) |
service: Implement 'on-watchdog' restart option
Services using the watchdog option might want to be restarted
only if the watchdog triggers.
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index a15dfb2cb6..1eb5f39628 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -618,6 +618,7 @@ <option>no</option>, <option>on-success</option>, <option>on-failure</option>, + <option>on-watchdog</option>, <option>on-abort</option>, or <option>always</option>. If set to <option>no</option> (the default) the @@ -644,6 +645,10 @@ signal not specified as a clean exit status. If set to + <option>on-watchdog</option> the service + will be restarted only if the watchdog + timeout for the service expires. + If set to <option>always</option> the service will be restarted regardless whether it exited cleanly or not, got |