#1/bin/sh

pid=`ps x | grep poll_modbus | grep -v grep | cut -b-6`
sig=$1

kill $sig $pid
