diff options
Diffstat (limited to 'man')
-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 |