systemd: watchdog integration
Specify WatchdogSec
in the systemd unit file (systemd.service(5)
) and then send WATCHDOG=1
sd_notify(3)
messages to indicate that we are still alive. The timeout can be quite big, e.g 3min
.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Specify WatchdogSec
in the systemd unit file (systemd.service(5)
) and then send WATCHDOG=1
sd_notify(3)
messages to indicate that we are still alive. The timeout can be quite big, e.g 3min
.