summaryrefslogtreecommitdiff
path: root/start_ick
blob: 10a25f6ff4a81e86ddc99758c50aaed2cf573b22 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

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 \
    ick_controller:app