From dac051ad6893dcf3e1a69d40eea02682220e71d4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 28 Jun 2012 00:24:36 +0200 Subject: man: extend watchdog docs a bit --- man/sd_notify.xml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'man/sd_notify.xml') diff --git a/man/sd_notify.xml b/man/sd_notify.xml index eb449555cb..a91c1bb4bf 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -156,12 +156,19 @@ WATCHDOG=1 Tells systemd to - update the watchdog timestamp. - Services using this feature should do - this in regular intervals. A watchdog - framework can use the timestamps to - detect failed - services. + update the watchdog timestamp. This is + the keep-alive ping that services need + to issue in regular intervals if + WatchdogSec= is + enabled for it. See + systemd.service5 + for details. It is recommended to send + this message if the + WATCHDOG_USEC= + environment variable has been set for + the service process, in every half the + time interval that is specified in the + variable. -- cgit v1.2.3-54-g00ecf