소스 검색

Update wireguard-v5.sh (#1109) (#1110)

Fix typo in service file that prevents WGDashboard from starting on boot

Co-authored-by: Logan Long <loganjohnlong@users.noreply.github.com>
tteckster 2 년 전
부모
커밋
2c27ff2cfe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ct/wireguard-v5.sh

+ 1 - 1
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