From d10c3cf7b34bafb9360d531a8255844ee1cc86fd Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Thu, 1 Mar 2018 18:06:55 +0530 Subject: [PATCH] conf: increase systemd start timeout This allows for time to execute database migrations, and is in line with the official Mattermost docs. --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 55ea561..2bbde55 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -10,7 +10,7 @@ Requires=mysql.service [Service] Type=notify ExecStart=__FINALPATH__/bin/platform -TimeoutStartSec=90 +TimeoutStartSec=3600 Restart=always RestartSec=10 WorkingDirectory=__FINALPATH__