Starting the service is usually a good plan

This commit is contained in:
Erik Thuning 2025-03-11 16:53:36 +01:00
parent 5a14f225b4
commit 1878620eba

@ -33,3 +33,5 @@ with all other settings.
`ln -s /path/to/repo/work/<tunnel-id>.conf /etc/wireguard/`
- Activate the wg-quick systemd unit:
`systemctl enable wg-quick@<tunnel-id>.service`
- Start the wg-quick systemd unit:
`systemctl start wg-quick@<tunnel-id>.service`