@@ -6,4 +6,4 @@
DIR="$(dirname "$0")"
test `find "$DIR/.watchdog" -mmin +2` || exit
# Kill exising process
-pid=`lsof -iTCP:4016 -sTCP:LISTEN -t` && kill $pid
+pid=`lsof -iTCP:4016 -sTCP:LISTEN -t` && kill -9 $pid