#!/bin/sh

printf "Content-Type: application/json\n\n"

start-stop-daemon -K -q -s SIGUSR1 -x "/home/hubclient/bin/hub"
printf "{}"

exit 0
