mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-22 04:00:59 +00:00
nixos-module: lower RestartSec, increase WatchdogSec
This commit is contained in:
parent
959c5c41b2
commit
0f1a8fb546
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@
|
|||
Group = cfg.group;
|
||||
ProtectSystem = "full";
|
||||
Restart = "always";
|
||||
RestartSec = "10s";
|
||||
WatchdogSec = "600s";
|
||||
RestartSec = "1s";
|
||||
WatchdogSec = "1800s";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue