Only kill processes with matching binary names

pull/1388/head
Eugene Kim 5 years ago
parent cce1cfcb01
commit fd8a3935fe
  1. 8
      test/kill_node.sh

@ -1,9 +1,3 @@
#!/bin/bash #!/bin/bash
pkill -9 '^(harmony|txgen|soldier|commander|profiler|beacon|bootnode)$' | sed 's/^/Killed process: /'
for pid in `/bin/ps -fu $USER| grep "harmony\|txgen\|soldier\|commander\|profiler\|beacon\|bootnode" | grep -v "grep" | grep -v "vi" | awk '{print $2}'`;
do
echo 'Killed process: '$pid
kill -9 $pid
done
rm -rf db-127.0.0.1-* rm -rf db-127.0.0.1-*

Loading…
Cancel
Save