nixos-module: lower RestartSec, increase WatchdogSec

This commit is contained in:
Astro 2022-12-20 04:00:28 +01:00
parent 959c5c41b2
commit 0f1a8fb546

View file

@ -69,8 +69,8 @@
Group = cfg.group; Group = cfg.group;
ProtectSystem = "full"; ProtectSystem = "full";
Restart = "always"; Restart = "always";
RestartSec = "10s"; RestartSec = "1s";
WatchdogSec = "600s"; WatchdogSec = "1800s";
}; };
}; };
}; };