From 5cf3781ad4beddfab5aa7181c0990a5462ffe06f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 7 Feb 2018 18:54:13 +0200 Subject: Change: make all .service units be conditional on config If the config file is missing, the unit won't start. --- start_blob_service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'start_blob_service') 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 \ -- cgit v1.2.1