Accepting request 196569 from home:lmuelle:branches:network:vpn
Add a section about how to control all or a named configuration with the help of systemctl to the README.SUSE file. OBS-URL: https://build.opensuse.org/request/show/196569 OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=64
This commit is contained in:
parent
bf61c39e95
commit
cc6c5db9fc
@ -4,4 +4,9 @@ Notes about the OpenVPN package
|
|||||||
In a fresh installation, you will find an empty directory /etc/openvpn.
|
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
|
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 <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 .
|
||||||
|
@ -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
|
Mon Jun 3 22:09:09 UTC 2013 - mrdocs@opensuse.org
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user