nixos-module.nix: set RestartSec sensibly for both hunter and gatherer

This commit is contained in:
Astro 2022-11-16 03:24:24 +01:00
parent 2709c192fe
commit c3608c895a
1 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ in
Type = "notify";
WatchdogSec = 600;
Restart = "always";
RestartSec = 10;
RestartSec = 30;
DynamicUser = true;
User = "caveman-hunter";
ProtectSystem = "strict";
@ -120,7 +120,7 @@ in
Type = "notify";
WatchdogSec = 90;
Restart = "always";
RestartSec = 10;
RestartSec = 1;
DynamicUser = true;
User = "caveman-gatherer";
ProtectSystem = "strict";