diff --git a/systemd/system/cake.service b/systemd/system/cake.service index 7890b3b..58a5ba8 100644 --- a/systemd/system/cake.service +++ b/systemd/system/cake.service @@ -4,7 +4,7 @@ After=network.service [Service] Type=oneshot -ExecStart=/usr/bin/tc qdisc replace dev eth0 root cake bandwidth {bandwidth} besteffort +ExecStart=/usr/bin/tc qdisc replace dev eth0 root cake bandwidth {{bandwidth}} besteffort [Install] WantedBy=multi-user.target