nixos-module: lower RestartSec, increase WatchdogSec

This commit is contained in:
Astro 2022-12-20 04:00:28 +01:00
parent 959c5c41b2
commit 0f1a8fb546
1 changed files with 2 additions and 2 deletions

View File

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