I started a VPN connection with sudo openvpn --daemon --config connection.ovpn
. Is there a way to terminate this connection without using ps
to search for the process and then kill
it myself?
↧
How do I stop daemonized OpenVPN connection?
↧