disabling openvpn@server
sudo update-rc.d openvpn disable
sudo service openvpn status
sudo systemctl status openvpn@server
sudo systemctl status system-openvpn.slice
Won’t work with systemctl disable openvpn or service openvpn stop.
disabling openvpn@server
sudo update-rc.d openvpn disable
sudo service openvpn status
sudo systemctl status openvpn@server
sudo systemctl status system-openvpn.slice
Won’t work with systemctl disable openvpn or service openvpn stop.