diff --git a/openvpn.README.SUSE b/openvpn.README.SUSE index 9b00425..2d2cb39 100644 --- a/openvpn.README.SUSE +++ b/openvpn.README.SUSE @@ -2,6 +2,11 @@ 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 +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 start tham at boot time. +"rcopenvpn (start|stop)", as well as starting them at boot time. + +With openSUSE post-12.3 either all instances are handled by calling +'systemctl openvpn.target' or one named +service 'systemctl openvpn@.service' +while the configuration is stored in a file named /etc/openvpn/.conf . diff --git a/openvpn.changes b/openvpn.changes index 3d12740..23d94db 100644 --- a/openvpn.changes +++ b/openvpn.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 27 16:28:52 UTC 2013 - lmuelle@suse.com + +- Add a section about how to control all or a named configuration with the + help of systemctl to the README.SUSE file. + ------------------------------------------------------------------- Mon Jun 3 22:09:09 UTC 2013 - mrdocs@opensuse.org