nixos-module: bump WatchdogSec from 60 to 600

This commit is contained in:
Astro 2022-11-12 01:02:58 +01:00
parent d35004c4d1
commit a82cf48d43
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ in
serviceConfig = {
ExecStart = "${pkgs.caveman-hunter}/bin/caveman-hunter ${hunterConfigFile}";
Type = "notify";
WatchdogSec = 60;
WatchdogSec = 600;
Restart = "always";
RestartSec = 10;
DynamicUser = true;