summaryrefslogtreecommitdiff
path: root/data/templates/system
diff options
context:
space:
mode:
authorGrant Slater <github@firefishy.com>2025-11-10 15:16:38 +0000
committerGrant Slater <github@firefishy.com>2026-01-14 15:01:01 +0000
commit88b0c27a8d359d992e97c6043207dd877370295e (patch)
treebfe3985eecb2c7319440029ccaae5a2bc5746e99 /data/templates/system
parent0c373c7c9cf0fff573e5acc5642f6af63c311da2 (diff)
downloadvyos-1x-88b0c27a8d359d992e97c6043207dd877370295e.tar.gz
vyos-1x-88b0c27a8d359d992e97c6043207dd877370295e.zip
T7101: Add support for hardware watchdog support via systemd
Diffstat (limited to 'data/templates/system')
-rw-r--r--data/templates/system/watchdog.conf.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/data/templates/system/watchdog.conf.j2 b/data/templates/system/watchdog.conf.j2
new file mode 100644
index 000000000..d5f7e5ec4
--- /dev/null
+++ b/data/templates/system/watchdog.conf.j2
@@ -0,0 +1,5 @@
+### Autogenerated by system_watchdog.py ###
+[Manager]
+RuntimeWatchdogSec={{ timeout }}
+ShutdownWatchdogSec={{ shutdown_timeout }}
+RebootWatchdogSec={{ reboot_timeout }}