RaspAP Disable VPN Startup

You may disable WG or OpenVPN by executing the following from the bash shell, respectively:

sudo systemctl disable wg-quick@wg0.service   
sudo systemctl disable openvpn.service

Use enable to reactivate a service. Your VPN configurations are preserved while these services are in a disabled state. There may be a case to add a ‘disable/enable’ option for these in the UI.