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

11 lines
214 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
ExecStart=/usr/bin/tc qdisc replace dev eth0 root cake bandwidth {bandwidth} besteffort
[Install]
WantedBy=multi-user.target