Fix renamed option watchdog.runtimeTime

The option 'systemd.watchdog.runtimeTime' has been renamed to
'systemd.settings.Manager.RuntimeWatchdogSec'.
This commit is contained in:
Aleix Boné 2025-11-27 13:23:19 +01:00
parent ad812ea32d
commit 1457d85f4c
No known key found for this signature in database

View File

@ -5,5 +5,5 @@
boot.kernelModules = [ "ipmi_watchdog" ];
# Enable systemd watchdog with 30 s interval
systemd.watchdog.runtimeTime = "30s";
systemd.settings.Manager.RuntimeWatchdogSec = 30;
}