summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-02-08 19:58:31 +0200
committerLars Wirzenius <liw@liw.fi>2018-02-08 19:58:31 +0200
commit944c442fe36635797b61fa4a9ec44a99bec165fa (patch)
tree93a574d1b8ab9f53ae8e08f59b2bdd57745d17be
parent835d0e7ab72454cc96f2850a0ff953c90021300b (diff)
downloadick2-944c442fe36635797b61fa4a9ec44a99bec165fa.tar.gz
Fix: blob service config file name
-rw-r--r--NEWS1
-rw-r--r--start_blob_service2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4147daf..1b7e2df 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Version 0.24.4+git, not yet released
------------------------------------
+* Fix: config file name for blob service.
Version 0.24.4, released 2018-02-08
------------------------------------
diff --git a/start_blob_service b/start_blob_service
index 2ce79aa..b4a929f 100644
--- a/start_blob_service
+++ b/start_blob_service
@@ -16,7 +16,7 @@
set -eux
-export BLOB_SERVICE_CONFIG=/etc/ick/blob_service.yaml
+export BLOB_SERVICE_CONFIG=/etc/ick/blob-service.yaml
gunicorn3 \
--bind 127.0.0.1:12766 \
--log-file /var/log/ickbs/gunicorn3.log \