Zapret : Restart every hour.

This commit is contained in:
Dmitry Voronin 2024-09-03 18:16:27 +03:00
parent 9ada0897fb
commit b9b986aca2
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -62,8 +62,9 @@ in {
Type = "simple";
PIDFile = "/run/nfqws.pid";
ExecReload = "/bin/kill -HUP $MAINPID";
Restart = "always";
RestartSec = "5s";
Restart = "always";
RestartSec = "5s";
RuntimeMaxSec = "1h";
};
};