From: Ian Jackson Date: Sun, 25 Sep 2022 15:32:06 +0000 (+0100) Subject: init script: Talk of "main" X-Git-Tag: hippotat/1.0.0~56 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=78708a06d84c787c0a46dafef00ec533914ea03a;p=hippotat.git init script: Talk of "main" Signed-off-by: Ian Jackson --- diff --git a/debian/hippotatd.hippotatd.init b/debian/hippotatd.hippotatd.init index 369a7cf..1df3399 100644 --- a/debian/hippotatd.hippotatd.init +++ b/debian/hippotatd.hippotatd.init @@ -11,7 +11,7 @@ ### END INIT INFO DAEMON=/usr/sbin/hippotatd -MASTER_CONFIG=/etc/hippotat/master.cfg +MAIN_CONFIG=/etc/hippotat/main.cfg USER=_hippotat PIDFILE=/var/run/hippotat/hippotatd.pid LOGFACILITY=daemon @@ -27,7 +27,7 @@ test -e /etc/default/hippotatd && set -e test -f $DAEMON || exit 0 -egrep '^[^ #]' $MASTER_CONFIG >/dev/null 2>&1 || exit 0 +egrep '^[^ #]' $MAIN_CONFIG >/dev/null 2>&1 || exit 0 . /lib/lsb/init-functions