Files
systemd/src
Lennart Poettering cde93897cd event: hook up sd-event with the service watchdog logic
Adds a new call sd_event_set_watchdog() that can be used to hook up the
event loop with the watchdog supervision logic of systemd. If enabled
and $WATCHDOG_USEC is set the event loop will ping the invoking systemd
daemon right after coming back from epoll_wait() but not more often than
$WATCHDOG_USEC/4. The epoll_wait() will sleep no longer than
$WATCHDOG_USEC/4*3, to make sure the service manager is called in time.

This means that setting WatchdogSec= in a .service file and calling
sd_event_set_watchdog() in your daemon is enough to hook it up with the
watchdog logic.
2013-12-11 18:20:09 +01:00
..
2013-12-03 22:27:45 +01:00
2013-11-18 20:28:55 -05:00
2013-12-03 02:08:35 +01:00
2013-12-10 22:30:46 +01:00
2013-12-03 22:27:45 +01:00
2013-12-04 14:15:13 +01:00
2013-11-18 20:28:55 -05:00
2013-11-18 20:28:55 -05:00
2013-12-08 19:26:51 -05:00
2013-12-10 22:30:46 +01:00
2013-12-03 22:27:45 +01:00