Skip to content

Commit ed3a40d

Browse files
committed
Make sure all geth processes are killed when stopping a local testnet
1 parent f93844e commit ed3a40d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/local_testnet/stop_local_testnet.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ source ./vars.env
88
PID_FILE=$TESTNET_DIR/PIDS.pid
99
./kill_processes.sh $PID_FILE
1010
rm -f $PID_FILE
11+
12+
# Not all geth processes are killed when cleaning the PID_FILE. See:
13+
# https://github.com/sigp/lighthouse/issues/5382
14+
killall -HUP geth

0 commit comments

Comments
 (0)