mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Reduce watchdog reboot time to 3 minutes
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
369b6ddadf
commit
bd556bcc11
|
@ -1,7 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
systemd.watchdog.runtimeTime = "60s";
|
||||
systemd.watchdog.rebootTime = "10m";
|
||||
systemd.watchdog.rebootTime = "3m";
|
||||
systemd.watchdog.kexecTime = "5m";
|
||||
systemd.services."emergency".serviceConfig.ExecStartPre = "/bin/sh -c \"read -t 30 || /run/current-system/sw/bin/systemctl reboot\"";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue