From 558d877c8239482c9b87d633e783b1673496644b Mon Sep 17 00:00:00 2001 From: Logan Long Date: Sun, 26 Feb 2023 20:30:14 -0600 Subject: [PATCH] Update wireguard-v5.sh Fix typo in service file that prevents WGDashboard from starting on boot --- ct/wireguard-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/wireguard-v5.sh b/ct/wireguard-v5.sh index 8bac4026..23d3d675 100644 --- a/ct/wireguard-v5.sh +++ b/ct/wireguard-v5.sh @@ -361,7 +361,7 @@ msg_ok "Installed WGDashboard" msg_info "Creating Service" service_path="/etc/systemd/system/wg-dashboard.service" echo "[Unit] -After=netword.service +After=systemd-networkd.service [Service] WorkingDirectory=/etc/wgdashboard/src