Starting with version 2.0, openvpn daemon is now supervised.
+
You can control (start/stop/restart) the service from the server-manager, and you're advised to do so. But if you want to manually start/stop/restart the service, here are the corresponding commands:
+
+
*start
+
sv u /service/openvpn-bridge
+
*stop
+
sv d /service/openvpn-bridge
+
*restart
+
sv t /service/openvpn-bridge
+
+
{{Note box|the script /etc/init.d/openvpn is provided with openvpn rpm, but is not used with this contrib. Don't try to use it to control the service, it won't work.}}