3 # snarf the code that loads the config values
4 # since we also load the functions, might as well save the shell calls
7 [ -n "$IPSEC_RESET_BUTTON" -a "$BUTTON" = "$IPSEC_RESET_BUTTON" ] ||
exit
9 if [ ! -e /var
/run
/pluto.pid
] ; then
11 [ "$ACTION" = "pressed" ] && start
15 if [ "$ACTION" = "pressed" ] ; then
19 elif [ "$ACTION" = "released" ] ; then
21 while [ -e /var
/run
/pluto.pid
] ; do
25 while ps auxww |
grep ipsec |
grep -v grep ; do
This page took 0.046806 seconds and 5 git commands to generate.