From 1b60b8affbeb5ad40ddbde7238c582ce9e4f114b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 13 Oct 2017 17:20:25 +0300 Subject: Fix: don't gunicorn as a daemon, systemd handles it --- start_ick | 1 - 1 file changed, 1 deletion(-) (limited to 'start_ick') diff --git a/start_ick b/start_ick index 10a25f6..81a4d27 100644 --- a/start_ick +++ b/start_ick @@ -4,7 +4,6 @@ set -eux export ICK_CONTROLLER_CONFIG=/etc/ick/controller.conf gunicorn3 \ - --daemon \ --bind 127.0.0.1:12765 \ --log-file /tmp/gunicorn3.log \ --log-level debug \ -- cgit v1.2.1