summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ick2.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/ick2.service b/ick2.service
index cc581dd..112b772 100644
--- a/ick2.service
+++ b/ick2.service
@@ -21,7 +21,7 @@ Type=simple
User=www-data
Group=www-data
WorkingDirectory=/var/lib/ick2
-Environment=ICK_CONTROLLER_CONFIG=/etc/ick/controller.yaml
+Environment=ICK_CONTROLLER_CONFIG=/etc/ick/controller.conf
ExecStart=/usr/bin/gunicorn3 --daemon --bind 127.0.0.1:12765 --log-file /var/log/gunicorn3.log --log-level debug ick_controller:app
KillSignal=QUIT