summaryrefslogtreecommitdiff
path: root/ick2.service
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-03 14:08:32 +0000
committerLars Wirzenius <liw@liw.fi>2017-10-03 14:08:32 +0000
commit6c025c79c877d88673705ab987bb6290b608dfa8 (patch)
treef7e068fe84471ec09320ea269d6e60614f869934 /ick2.service
parentee96fdfa4eb90f691282d54eb9106a8f70b1cc5c (diff)
downloadick2-6c025c79c877d88673705ab987bb6290b608dfa8.tar.gz
Fix: option name --log-file for gunicorn3
Diffstat (limited to 'ick2.service')
-rw-r--r--ick2.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/ick2.service b/ick2.service
index f19b210..33191d4 100644
--- a/ick2.service
+++ b/ick2.service
@@ -21,7 +21,7 @@ Type=simple
User=www-data
Group=www-data
WorkingDirectory=/var/lib/ick2
-ExecStart=/usr/bin/gunicorn3 --daemon --bind 127.0.0.1:12765 --log /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/gunicorn3.log --log-level debug ick_controller:app
KillSignal=QUIT
[Install]