openvpn/openvpn.README.SUSE
2013-08-28 06:33:48 +00:00

13 lines
623 B
Plaintext

Notes about the OpenVPN package
In a fresh installation, you will find an empty directory /etc/openvpn.
The directory is meant to contain *.conf files -- the openvpn init script
will automatically look for them there, so you can start/stop all tunnels with
"rcopenvpn (start|stop)", as well as starting them at boot time.
With openSUSE post-12.3 either all instances are handled by calling
'systemctl <start|stop|enable|disbale|status> openvpn.target' or one named
service 'systemctl <start|stop|enable|disbale|status> openvpn@<name>.service'
while the configuration is stored in a file named /etc/openvpn/<name>.conf .