download increased timeout

This commit is contained in:
Danilo Reyes 2024-06-15 13:17:13 -06:00
parent db49dcbdcb
commit 9ffe32bd86

View File

@ -43,6 +43,8 @@
wantedBy = [ "default.target" ];
path = [ pkgs.bash download ];
serviceConfig = {
TimeoutStartSec = 2000;
TimeoutStopSec = 2000;
Restart = "on-failure";
RestartSec = 30;
ExecStart = "${download}/bin/download ${execStartCmd}";