I searched for startup options of OpenVPN in rc.conf. But I have two connections of OpenVPN. The first is for home users. The second is my static VPN to another office. Now I start my second VPN with
How do I set up two VPN connections so these are working after starting up the server?
/usr/local/sbin/openvpn /user/local/etc/openvpn/conf/otheroffice.conf &
. But this is not the proper way and will not completely start up both OpenVPN connections.How do I set up two VPN connections so these are working after starting up the server?