modules/consul-service-registry: add start timeout for registration services
This commit is contained in:
parent
9075ef05cd
commit
16b4eb82bb
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ let
|
||||||
ExecStop = deregister servicesJson;
|
ExecStop = deregister servicesJson;
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = "30s";
|
RestartSec = "30s";
|
||||||
|
TimeoutStartSec = "3m";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}.${mode};
|
}.${mode};
|
||||||
|
|
Loading…
Reference in a new issue