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_ick | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'start_ick') diff --git a/start_ick b/start_ick index add1f61..96f745c 100644 --- a/start_ick +++ b/start_ick @@ -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 ICK_CONTROLLER_CONFIG=/etc/ick/controller.conf +export ICK_CONTROLLER_CONFIG=/etc/ick/controller.yaml gunicorn3 \ --bind 127.0.0.1:12765 \ --log-file /var/log/ick/gunicorn3.log \ -- cgit v1.2.1