Changes

Jump to navigation Jump to search
575 bytes added ,  09:18, 4 May 2009
Add notes on how to control the service
Line 57: Line 57:     
  tailf /var/log/openvpn-bridge/current
 
  tailf /var/log/openvpn-bridge/current
 +
 +
 +
==== Control the service ====
 +
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.}}
    
=== Using PHPki to manage the certificates ===
 
=== Using PHPki to manage the certificates ===

Navigation menu