summaryrefslogtreecommitdiff
path: root/start_ick
diff options
context:
space:
mode:
Diffstat (limited to 'start_ick')
-rw-r--r--start_ick4
1 files changed, 2 insertions, 2 deletions
diff --git a/start_ick b/start_ick
index add1f61..96f745c 100644
--- a/start_ick
+++ b/start_ick
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (C) 2017 Lars Wirzenius
+# Copyright (C) 2017-2018 Lars Wirzenius
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
@@ -16,7 +16,7 @@
set -eux
-export ICK_CONTROLLER_CONFIG=/etc/ick/controller.conf
+export ICK_CONTROLLER_CONFIG=/etc/ick/controller.yaml
gunicorn3 \
--bind 127.0.0.1:12765 \
--log-file /var/log/ick/gunicorn3.log \