Skip to content
Snippets Groups Projects
Commit 6917e4ed authored by holger's avatar holger
Browse files

Bugfix: Use the same directory as the Makefile.

parent 9b60ebe7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment