From 397793f407170d229c8c051e0c2e5f5861a07eb1 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Fri, 16 Feb 2018 09:45:53 +0530 Subject: [PATCH] conf: make the start timeout explicit This is the default value of systemd, made explicit. If startup takes longer than that, the process will be killed. --- conf/systemd.service | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/systemd.service b/conf/systemd.service index 7b2b574..b32afd3 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,6 +7,7 @@ Requires=mysql.service [Service] Type=notify ExecStart=__FINALPATH__/bin/platform +TimeoutStartSec=90 Restart=always RestartSec=10 WorkingDirectory=__FINALPATH__