diff --git a/lib/templates/service.js.handlebars b/lib/templates/service.js.handlebars index 741c584..2a1d5b3 100644 --- a/lib/templates/service.js.handlebars +++ b/lib/templates/service.js.handlebars @@ -26,7 +26,9 @@ const svc = new Service({ wait: 2, // We add an additional delay. Eachtime we add 0.25% of the // wait time. - grow: 0.25 + grow: 0, + // We allways want to restart our services + maxRetries: 0 }); const Logger = require("js-logger"); const colors = {