diff options
| author | Daniil Baturin <daniil@vyos.io> | 2026-01-15 15:37:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-15 15:37:51 +0000 |
| commit | 3f3e9d2e9d62eba72e3f82b2e88cae31d75afa37 (patch) | |
| tree | d1a92ac22ccc1dd31f22d551bee5279b5b38a576 /data | |
| parent | 06eed816c29c11b1f1a8cfdd6b2116d5708a35eb (diff) | |
| parent | 88b0c27a8d359d992e97c6043207dd877370295e (diff) | |
| download | vyos-1x-3f3e9d2e9d62eba72e3f82b2e88cae31d75afa37.tar.gz vyos-1x-3f3e9d2e9d62eba72e3f82b2e88cae31d75afa37.zip | |
Merge pull request #4843 from Firefishy/T7101
T7101: Add hardware watchdog support via systemd
Diffstat (limited to 'data')
| -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 }} |
