Do not launch OpenVPN as a daemon.
This commit is contained in:
parent
96b3e8f5c8
commit
a27a7194fa
@ -11,7 +11,7 @@ function stop_openvpn() {
|
|||||||
sleep 1
|
sleep 1
|
||||||
}
|
}
|
||||||
function start_openvpn {
|
function start_openvpn {
|
||||||
openvpn --daemon --config /etc/openvpn/openvpn.conf
|
openvpn --config /etc/openvpn/openvpn.conf &
|
||||||
}
|
}
|
||||||
# stop service and clean up here
|
# stop service and clean up here
|
||||||
function shut_down() {
|
function shut_down() {
|
||||||
|
Loading…
Reference in New Issue
Block a user