From 3a572cb5d896c2e4e972dca2f84e531e90bec4c8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 13 Oct 2017 16:01:04 +0300 Subject: Add: start_ick script to start ick Can't see why the command in ick2.service doesn't work, and I'm tired of debugging this. --- start_ick | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 start_ick (limited to 'start_ick') diff --git a/start_ick b/start_ick new file mode 100644 index 0000000..10a25f6 --- /dev/null +++ b/start_ick @@ -0,0 +1,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 -- cgit v1.2.1