Skip to content

executor: reset the watchdogs at boot time

Martin Roukala requested to merge watchdog_fix into master

Currently, the watchdogs do not get reset after a machine reboots, which can lead to a wd started in a previous boot to expire in the current boot.

Let's fix this by stopping all the watchdogs at boot time.

Merge request reports