restart_rpc.sh 110 B

123
  1. ps -ef | grep medical_rpc_linux | grep -v grep | awk '{print "kill -9 " $2}' |sh
  2. nohup ./medical_rpc_linux &