Open Salarsdg opened 1 month ago
Hi @Salarsdg , what would happen if you run this directly in your terminal?
/usr/bin/python3 /root/wgdashboard/src/dashboard.py
I have the same thing, I have the latest version of WGDashboard and if I reboot or shutdown and start the machine it starts WDDashboard but I can't start the WG server and I have to manually enter the interface to start it.
I had the same problem. What I discovered was the following:
its my wg-dashboard.service : [Unit] After=netword.service
[Service] WorkingDirectory=/root/wgdashboard/src ExecStart=/usr/bin/python3 /root/wgdashboard/src/dashboard.py Restart=always StartLimitInterval=1
[Install] WantedBy=default.target
whats wrong with it?