mirror of https://github.com/tteck/Proxmox.git
Update wireguard-v5.sh (#1109)
Fix typo in service file that prevents WGDashboard from starting on boot
This commit is contained in:
parent
4d78d5233c
commit
8363486a41
|
@ -361,7 +361,7 @@ msg_ok "Installed WGDashboard"
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
service_path="/etc/systemd/system/wg-dashboard.service"
|
service_path="/etc/systemd/system/wg-dashboard.service"
|
||||||
echo "[Unit]
|
echo "[Unit]
|
||||||
After=netword.service
|
After=systemd-networkd.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=/etc/wgdashboard/src
|
WorkingDirectory=/etc/wgdashboard/src
|
||||||
|
|
Loading…
Reference in New Issue