modules/consul-service-registry: add start timeout for registration services

This commit is contained in:
Max Headroom 2023-06-05 20:54:42 +02:00
parent 9075ef05cd
commit 16b4eb82bb

View file

@ -87,6 +87,7 @@ let
ExecStop = deregister servicesJson;
Restart = "on-failure";
RestartSec = "30s";
TimeoutStartSec = "3m";
};
};
}.${mode};