mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 10:22:59 +02:00
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@765 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
7 lines
129 B
Bash
7 lines
129 B
Bash
#!/bin/bash
|
|
|
|
eval $(/usr/local/bin/readhash /var/ipfire/vpn/settings)
|
|
|
|
sleep $VPN_DELAYED_START && /usr/local/bin/ipsecctrl S &
|
|
|