Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| technical:wireguard-agent [2026/02/18 06:29] – system | technical:wireguard-agent [2026/02/18 06:32] (current) – [Startup Files] system | ||
|---|---|---|---|
| Line 96: | Line 96: | ||
| * Enable everything | * Enable everything | ||
| <code bash> | <code bash> | ||
| - | systemctl daemon-reload | + | sudo systemctl daemon-reload |
| - | systemctl enable rd-wireguard-init | + | sudo systemctl enable rd-wireguard-init |
| - | systemctl enable rd-wireguard-heartbeat | + | sudo systemctl enable rd-wireguard-heartbeat |
| - | systemctl start rd-wireguard-init | + | sudo systemctl start rd-wireguard-init |
| - | systemctl start rd-wireguard-heartbeat | + | sudo systemctl start rd-wireguard-heartbeat |
| </ | </ | ||
| * Check if everything started up fine | * Check if everything started up fine | ||
| <code bash> | <code bash> | ||
| - | journalctl -u rd-wireguard-init -f | + | sudo journalctl -u rd-wireguard-init -f |
| - | journalctl -u rd-wireguard-heartbeat -f | + | sudo journalctl -u rd-wireguard-heartbeat -f |
| </ | </ | ||
| * Everything should now be in place and you can reboot the device and see if it is listed under **Wireguard Servers -> New Arrivals** | * Everything should now be in place and you can reboot the device and see if it is listed under **Wireguard Servers -> New Arrivals** | ||