Do not launch OpenVPN as a daemon.

This commit is contained in:
yohan 2019-12-31 12:01:50 +01:00
parent 96b3e8f5c8
commit a27a7194fa

View File

@ -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() {