diff options
| author | Grant Slater <github@firefishy.com> | 2025-11-10 15:16:38 +0000 |
|---|---|---|
| committer | Grant Slater <github@firefishy.com> | 2026-01-14 15:01:01 +0000 |
| commit | 88b0c27a8d359d992e97c6043207dd877370295e (patch) | |
| tree | bfe3985eecb2c7319440029ccaae5a2bc5746e99 /data/templates/system | |
| parent | 0c373c7c9cf0fff573e5acc5642f6af63c311da2 (diff) | |
| download | vyos-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.j2 | 5 |
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 }} |
