summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-13 14:13:26 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-13 14:13:26 +0300
commita20ad580ef9d62dee87ca1b8ff6aa6992bfee23c (patch)
treefab68333895ee2ef9c546118984ccd8a08410e94
parentf2df9945c1cac35f5b5a3b39e6bfbe4ab694398b (diff)
downloadick2-a20ad580ef9d62dee87ca1b8ff6aa6992bfee23c.tar.gz
TEMP: gunicorn log file
-rw-r--r--ick2.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/ick2.service b/ick2.service
index 650a77b..423e26c 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/ick/gunicorn3.log --log-level debug ick_controller:app
+ExecStart=/usr/bin/gunicorn3 --daemon --bind 127.0.0.1:12765 --log-file /tmp/gunicorn3.log --log-level debug ick_controller:app
KillSignal=QUIT
[Install]