summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-13 13:50:10 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-13 13:50:10 +0300
commit21ed1fe8615dcc086cf2f5eabf2693b42f8a88c9 (patch)
tree7fa19147e7854a4c534d4e9ca0e0a613bb493426
parent1f036a665b5eb20e3d7f2ac7ce3a86b8d5eb4391 (diff)
downloadick2-21ed1fe8615dcc086cf2f5eabf2693b42f8a88c9.tar.gz
Fix: write gunicorn3 logs to /var/log/ick
-rw-r--r--ick2.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/ick2.service b/ick2.service
index 112b772..650a77b 100644
--- a/ick2.service
+++ b/ick2.service
@@ -22,7 +22,7 @@ User=www-data
Group=www-data
WorkingDirectory=/var/lib/ick2
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
+ExecStart=/usr/bin/gunicorn3 --daemon --bind 127.0.0.1:12765 --log-file /var/log/ick/gunicorn3.log --log-level debug ick_controller:app
KillSignal=QUIT
[Install]