graphene-os-server-infrastr.../cake.service

13 lines
235 B
SYSTEMD
Raw Normal View History

2021-08-12 21:47:51 +00:00
[Unit]
Description=Set CAKE configuration
After=network.service
[Service]
Type=oneshot
User=root
Group=root
ExecStart=/usr/bin/tc qdisc replace dev eth0 root cake bandwidth {bandwidth} besteffort
[Install]
WantedBy=multi-user.target