#! /bin/sh echo $5 > /var/load-balance/ppp/$6 pid=/var/run/vyatta/wlb.pid if [ -f $pid ]; then kill -s SIGUSR2 $( cat $pid ) 2>/dev/null fi