mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-25 05:20: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;
|
Group = cfg.group;
|
||||||
ProtectSystem = "full";
|
ProtectSystem = "full";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartSec = "10s";
|
RestartSec = "1s";
|
||||||
WatchdogSec = "600s";
|
WatchdogSec = "1800s";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue