dragen 6 Posted ... How do I make Wireguard start the AirVPN generated .conf at startup? I followed this, but it doesn't enable it to start at startup. (Using console only) Share this post Link to post
xmartymcflyx 7 Posted ... 8 hours ago, dragen said: How do I make Wireguard start the AirVPN generated .conf at startup? I followed this, but it doesn't enable it to start at startup. (Using console only) I'd suggest you to move the wireguard configuration file to /etc/wireguard then make that folder accessible for the root user only sudo chown root:root -R /etc/wireguard && sudo chmod 600 -R /etc/wireguard then enable the systemd service to launch it at startup with systemctl enable wg-quick@here_goes_the_name_of_your_config_file_without_the_.config_extension 2 flat4 and dragen reacted to this Share this post Link to post
dragen 6 Posted ... Thank you. This works. 1 xmartymcflyx reacted to this Share this post Link to post