magnific0 / wondershaper

Command-line utility for limiting an adapter's bandwidth
GNU General Public License v2.0
1.71k stars 256 forks source link

Im trying to make wondershaper persist after reboot, but i got this error. #87

Open Hsys7272 opened 2 years ago

Hsys7272 commented 2 years ago

sudo systemctl enable --now wondershaper.service from journalctl

systemd[1]: Starting Bandwidth shaper/Network rate limiter... systemd[11381]: wondershaper.service: Failed to execute command: No such file or directory systemd[11381]: wondershaper.service: Failed at step EXEC spawning /usr/sbin/wondershaper: No such file or directory systemd[1]: wondershaper.service: Main process exited, code=exited, status=203/EXEC systemd[1]: wondershaper.service: Failed with result 'exit-code'. systemd[1]: Failed to start Bandwidth shaper/Network rate limiter.

mazzi commented 2 months ago

Could be this /usr/sbin/wondershaper: No such file or directory I've done ln -s /usr/local/sbin/wondershaper /usr/sbin/wondershaper and after restarting the service, worked.