updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / networkmanager-dispatcher-groupvpn / 10-groupvpn
blobd7cf935f47cd22d150175a83b82006c6450049c3
1 #!/bin/bash
3 if [ -e "/etc/rc.d/groupvpn" ]; then
4 case "$2" in
5 up)
6 /etc/rc.d/groupvpn restart
7 ;;
8 down)
9 /etc/rc.d/groupvpn stop
11 esac