download increased timeout
This commit is contained in:
parent
db49dcbdcb
commit
9ffe32bd86
@ -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}";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user