Commit d0ad1ce5 authored by Geoff Simmons's avatar Geoff Simmons

trackrdrd: init script - add a curl request for the reload command

	so that the old child process shuts down without delay
parent beac5107
......@@ -121,6 +121,7 @@ case "$1" in
exit 1
fi
kill -USR1 $(cat ${PIDFILE})
${CURL} ${URL} >/dev/null 2&>1
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