Skip to content

Commit

Permalink
Update connsplit6.sh: removed sigkill
Browse files Browse the repository at this point in the history
sigkill cannot be caught. also edited related comment.
  • Loading branch information
wileyhy committed Jun 25, 2023
1 parent e60add3 commit eda71dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions connsplit6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ fi
$MODPROBE ipt_NFQUEUE
$MODPROBE ipt_state

# Ignore SIGINT, SIGKILL and SIGTERM
trap "echo User interrupt!" INT HUP KILL TERM
# Ignore SIGINT, SIGHUP and SIGTERM
trap "echo User interrupt!" INT HUP TERM

# Prepare for startup
# Create new tables
Expand Down

0 comments on commit eda71dd

Please sign in to comment.