We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I had to change the service executable file location: FROM: /usr/sbin/wondershaper TO: /usr/local/sbin/wondershaper
$ cat /usr/local/lib/systemd/system/wondershaper.service [Unit] Description=Bandwidth shaper/Network rate limiter After=network-online.target Wants=network.target [Service] Type=oneshot RemainAfterExit=yes EnvironmentFile=/etc/systemd/wondershaper.conf ExecStart=**/usr/local/sbin/wondershaper** -a $IFACE -d $DSPEED -u $USPEED ExecStop=**/usr/local/sbin/wondershaper** -c -a $IFACE [Install] WantedBy=multi-user.target
The text was updated successfully, but these errors were encountered:
Fix sbindir to point /usr/sbin (magnific0#76)
/usr/sbin
dece14a
Successfully merging a pull request may close this issue.
I had to change the service executable file location:
FROM: /usr/sbin/wondershaper
TO: /usr/local/sbin/wondershaper
The text was updated successfully, but these errors were encountered: