From 8363486a41819782aad7d776aeed4903c7774022 Mon Sep 17 00:00:00 2001 From: Logan Long Date: Sun, 26 Feb 2023 20:38:45 -0600 Subject: [PATCH] Update wireguard-v5.sh (#1109) 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