From: Evgeny Vereshchagin Date: Sat, 21 Nov 2015 04:17:47 +0000 (+0000) Subject: man: update WatchdogSec section X-Git-Tag: v229~296^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1978%2Fhead;p=thirdparty%2Fsystemd.git man: update WatchdogSec section * add info about sd_event_set_watchdog * add missing Restart values --- diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 596bbcda36a..b998a1f81f8 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -506,7 +506,8 @@ larger than the configured time, then the service is placed in a failed state and it will be terminated with SIGABRT. By setting - Restart= to or + Restart= to , + , or , the service will be automatically restarted. The time configured here will be passed to the executed service process in the @@ -521,7 +522,9 @@ check whether the service manager expects watchdog keep-alive notifications. See sd_watchdog_enabled3 - for details. + for details. + sd_event_set_watchdog3 + may be used to enable automatic watchdog notification support.