mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Made service restart after 5s
This commit is contained in:
parent
af84d5c2e0
commit
43ead788f9
1 changed files with 1 additions and 0 deletions
|
@ -629,6 +629,7 @@ in
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
|
RestartSec = "5s";
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
User = cfg.user;
|
User = cfg.user;
|
||||||
Group = cfg.group;
|
Group = cfg.group;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue