Watchdog timeout

Enables the systemd watchdog for services that send watchdog notifications. This writes WatchdogSec=.

Only use this for applications that support systemd watchdog pings, usually through sd_notify(). If the service does not send keep-alive notifications before the timeout, systemd treats it as failed.

This pairs naturally with Type=notify and Restart=on-watchdog or Restart=on-failure.