Update vpn.md

updated openVPN disable commands (from https://community.openvpn.net/openvpn/wiki/OpenVPN-systemd-use)
This commit is contained in:
bakeromso 2022-04-01 16:52:42 +02:00 committed by GitHub
parent 0225306e5a
commit 442f7480aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,8 @@ Before proceeding, you will need to download a copy of your VPN provider's confi
Disable any auto-starting service that comes with the software package.
For example for OpenVPN.
sudo systemctl disable openvpn.service
sudo systemctl disable openvpn-server@.service
sudo systemctl disable openvpn-client@.service
2. Set up and test the VPN client.
Make sure the VPN VM and its TemplateVM is not running.