summaryrefslogtreecommitdiff
path: root/start_ick
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-13 17:20:25 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-13 17:20:25 +0300
commit1b60b8affbeb5ad40ddbde7238c582ce9e4f114b (patch)
treeed163e2e85abbc9bcdd91869192e73cca8a71dfb /start_ick
parentdb3302cbea39cd26d1205be85a0958fa6aee5b15 (diff)
downloadick2-1b60b8affbeb5ad40ddbde7238c582ce9e4f114b.tar.gz
Fix: don't gunicorn as a daemon, systemd handles it
Diffstat (limited to 'start_ick')
-rw-r--r--start_ick1
1 files changed, 0 insertions, 1 deletions
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 \