X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_watchdog_enabled.xml;h=9ba70dd5c43e1fd022093ddbae67967fef4c57bd;hb=76cc80f42e53215b9039ca99dd35687c7518880a;hp=efa8fbf3f5da52aa6c28150e0c979dd13cf34aa6;hpb=b514d6c9dcc7c0d7353f975ecfb94f2197c73cf1;p=elogind.git diff --git a/man/sd_watchdog_enabled.xml b/man/sd_watchdog_enabled.xml index efa8fbf3f..9ba70dd5c 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 - logind.service5 + elogind.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, + elogind8, sd-daemon3, daemon7, - logind.service5, - sd_notify3 + elogind.service5, + sd_notify3, + sd_event_set_watchdog3