1
0
Fork 0

delay restart for tinyproxy otherwise it fails on openvpn restarts

This commit is contained in:
ibizaman 2023-10-12 13:37:09 -07:00
parent d62702f092
commit 2a87816161

View file

@ -123,6 +123,9 @@ in
KillSignal = "SIGINT";
TimeoutStopSec = "30s";
Restart = "on-failure";
RestartSec = "1s";
RestartSteps = "3";
RestartMaxDelaySec = "10s";
ConfigurationDirectory = "tinyproxy";
};
preStart = concatStringsSep "\n" ([