Skip to content
Snippets Groups Projects
Commit b790c67f authored by Travis Glenn Hansen's avatar Travis Glenn Hansen
Browse files

Merge pull request #20 from smilix/master

Bugfix: Use the same directory as the Makefile.
parents 9b60ebe7 6917e4ed
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
set -e set -e
SERVICE=fanout SERVICE=fanout
DAEMON=/usr/sbin/$SERVICE DAEMON=/usr/bin/$SERVICE
PIDFILE=/var/run/$SERVICE.pid PIDFILE=/var/run/$SERVICE.pid
test -x $DAEMON || exit 0 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