X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_watchdog_enabled.xml;h=653f347ebfc41ee0af889891f113d80e2cbbf75d;hb=8df592e92ab19c628d558f621f2dfbe9a3589c91;hp=e588b040176382ab565eb02b2fe68c4402924596;hpb=1532f28b7cf3e6e02e74691450b2b5379be6b805;p=elogind.git diff --git a/man/sd_watchdog_enabled.xml b/man/sd_watchdog_enabled.xml index e588b0401..653f347eb 100644 --- a/man/sd_watchdog_enabled.xml +++ b/man/sd_watchdog_enabled.xml @@ -96,8 +96,13 @@ To enable service supervision with the watchdog logic, use WatchdogSec= in service files. See - elogind.service5 + systemd.service5 for details. + + Use + sd_event_set_watchdog3 + to enable automatic watchdog support in + sd-event3-based event loops. @@ -116,7 +121,7 @@ - Internally, this functions parses the + Internally, this function parses the $WATCHDOG_PID and $WATCHDOG_USEC environment variable. The call will ignore these variables if $WATCHDOG_PID @@ -143,32 +148,21 @@ Set by the system manager for supervised process for which watchdog support is enabled, and contains - the watchdog timeout in µs See above for + the watchdog timeout in µs. See above for details. - - History - - The watchdog functionality and the - $WATCHDOG_USEC variable were added in - elogind-41. - - sd_watchdog_enabled() function was - added in elogind-209. Since that version the - $WATCHDOG_PID variable is also set. - - See Also - elogind1, + systemd1, sd-daemon3, daemon7, - elogind.service5, - sd_notify3 + systemd.service5, + sd_notify3, + sd_event_set_watchdog3