Can parametrized watchdog

This commit is contained in:
nemunaire 2023-03-14 14:10:26 +01:00
commit 0f9b5178b3
3 changed files with 5 additions and 2 deletions

View file

@ -1,2 +1,2 @@
WATCHDOG_OPTS="-T 16 -t 10"
WATCHDOG_OPTS="-T {{ watchdog_reboot_timer }} -t {{ watchdog_reset_timer }}"
WATCHDOG_DEV="/dev/watchdog"