summaryrefslogtreecommitdiff
path: root/start_blob_service
diff options
context:
space:
mode:
Diffstat (limited to 'start_blob_service')
-rw-r--r--start_blob_service4
1 files changed, 2 insertions, 2 deletions
diff --git a/start_blob_service b/start_blob_service
index 88bd770..b4a929f 100644
--- a/start_blob_service
+++ b/start_blob_service
@@ -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 BLOB_SERVICE_CONFIG=/etc/ick/blob_service.conf
+export BLOB_SERVICE_CONFIG=/etc/ick/blob-service.yaml
gunicorn3 \
--bind 127.0.0.1:12766 \
--log-file /var/log/ickbs/gunicorn3.log \