Skip to content

Commit

Permalink
Make sure all geth processes are killed when stopping a local testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrachi1 committed Mar 8, 2024
1 parent f93844e commit ed3a40d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/local_testnet/stop_local_testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ source ./vars.env
PID_FILE=$TESTNET_DIR/PIDS.pid
./kill_processes.sh $PID_FILE
rm -f $PID_FILE

# Not all geth processes are killed when cleaning the PID_FILE. See:
# https://github.com/sigp/lighthouse/issues/5382
killall -HUP geth

0 comments on commit ed3a40d

Please sign in to comment.