pid=/var/run/vyatta/wlb.pid
if [ -f $pid ]; then
	kill -s SIGUSR2 $( cat $pid ) 2>/dev/null
fi
