Update wireguard-v5.sh

Fix typo in service file that prevents WGDashboard from starting on boot
pull/1109/head
Logan Long 2 years ago
parent 4d78d5233c
commit 558d877c82
  1. 2
      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

Loading…
Cancel
Save