0
0
Fork 0
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:
bornav 2025-04-19 12:09:28 +02:00
parent af84d5c2e0
commit 43ead788f9
No known key found for this signature in database
GPG key ID: 1699C0C7C6BE5DF5

View file

@ -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;