From 2c27ff2cfeebf0b86b5fc737ea5b04c3bb402124 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 26 Feb 2023 21:41:25 -0500 Subject: [PATCH] Update wireguard-v5.sh (#1109) (#1110) Fix typo in service file that prevents WGDashboard from starting on boot Co-authored-by: Logan Long --- 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