strongswan/src/charon/debug

7 lines
137 B
Plaintext
Raw Normal View History

#!/bin/bash
make install || exit
ipsec start --nofork &
sleep 1
gdb /usr/local/libexec/ipsec/charon `cat /var/run/charon.pid`
ipsec stop