From 6917e4ed17bd3ab0a67dc4feb7f75f83c6ebf2ef Mon Sep 17 00:00:00 2001 From: holger <holgercremer@gmail.com> Date: Sun, 28 Jun 2015 00:28:37 +0200 Subject: [PATCH] Bugfix: Use the same directory as the Makefile. --- debian/fanout.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/fanout.init b/debian/fanout.init index 1d7dfc3..815c636 100755 --- a/debian/fanout.init +++ b/debian/fanout.init @@ -12,7 +12,7 @@ set -e SERVICE=fanout -DAEMON=/usr/sbin/$SERVICE +DAEMON=/usr/bin/$SERVICE PIDFILE=/var/run/$SERVICE.pid test -x $DAEMON || exit 0 -- GitLab