From 522437c8dba969cd28703ff7633ce9a5eb9afefa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 7 Jan 2019 15:16:51 +0100 Subject: [PATCH] debian: disable timeout of systemd service (#29529) --- debian/combo.service | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/combo.service b/debian/combo.service index 7a3840b7..19ff6a74 100644 --- a/debian/combo.service +++ b/debian/combo.service @@ -13,6 +13,7 @@ ExecStartPre=/usr/bin/combo-manage collectstatic --noinput ExecStart=/usr/bin/uwsgi --ini /etc/%p/uwsgi.ini ExecReload=/bin/kill -HUP $MAINPID KillSignal=SIGQUIT +TimeoutStartSec=0 PrivateTmp=true Restart=on-failure RuntimeDirectory=combo