download increased timeout
This commit is contained in:
parent
db49dcbdcb
commit
9ffe32bd86
@ -43,6 +43,8 @@
|
|||||||
wantedBy = [ "default.target" ];
|
wantedBy = [ "default.target" ];
|
||||||
path = [ pkgs.bash download ];
|
path = [ pkgs.bash download ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
TimeoutStartSec = 2000;
|
||||||
|
TimeoutStopSec = 2000;
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = 30;
|
RestartSec = 30;
|
||||||
ExecStart = "${download}/bin/download ${execStartCmd}";
|
ExecStart = "${download}/bin/download ${execStartCmd}";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user