#!/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