Update wireguard-v5.sh (#1109)

Fix typo in service file that prevents WGDashboard from starting on boot
This commit is contained in:
Logan Long 2023-02-26 20:38:45 -06:00 committed by GitHub
parent 4d78d5233c
commit 8363486a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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