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