summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-11-22 22:33:50 +0100
committerLennart Poettering <lennart@poettering.net>2015-11-22 22:33:50 +0100
commit4119d793e2b3e4687d4508dc1a495228920ff19c (patch)
tree0b58d9eb12e1c67a8b6c68a0d2e2b2a269877ac8
parent2a38594dba847b101cd2891c12d7a3aaf2d1f5ae (diff)
parenta0533c6d2ce5b43d43d05653bdd774b769090313 (diff)
Merge pull request #1978 from evverx/man-service-watchdog
man: update WatchdogSec section
-rw-r--r--man/systemd.service.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index 596bbcda36..b998a1f81f 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
<constant>SIGABRT</constant>. By setting
- <varname>Restart=</varname> to <option>on-failure</option> or
+ <varname>Restart=</varname> to <option>on-failure</option>,
+ <option>on-watchdog</option>, <option>on-abnormal</option> or
<option>always</option>, 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
<citerefentry><refentrytitle>sd_watchdog_enabled</refentrytitle><manvolnum>3</manvolnum></citerefentry>
- for details.
+ for details.
+ <citerefentry><refentrytitle>sd_event_set_watchdog</refentrytitle><manvolnum>3</manvolnum></citerefentry>
+ may be used to enable automatic watchdog notification support.
</para></listitem>
</varlistentry>