Commit 65790e18 authored by Geoff Simmons's avatar Geoff Simmons

trackrdrd: bugfix init script

parent 1d1b593f
......@@ -105,7 +105,7 @@ case "$1" in
echo "FAILED trackrdrd NOT RUNNING"
exit 1
fi
kill -USR1 $(cat ${TRACKRDRD_PID})
kill -USR1 $(cat ${PIDFILE})
getstatus_trackrdrd
exit 0
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment