Change documentation in install_openvpn.txt
This commit is contained in:
parent
b42a35b1a7
commit
390f48e7bb
@ -878,6 +878,12 @@ EOF
|
||||
# - Notice 1:
|
||||
# -
|
||||
# - !!!
|
||||
# -
|
||||
# - On "systemd" systems, after Creating a new server configuration, you have
|
||||
# - to reenable openvpn:
|
||||
# - systemctl reenable openvpn
|
||||
# - Alternatively restart the system.
|
||||
# -
|
||||
# - After Creating a new server configuration, you have to restart the
|
||||
# - whole server. Restarting (only) the OpenVPN service does not work.
|
||||
# - !!!
|
||||
@ -899,6 +905,7 @@ EOF
|
||||
# ---
|
||||
|
||||
#service openvpn start
|
||||
systemctl reenable openvpn
|
||||
systemctl start openvpn
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user