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

11 lines
216 B
SYSTEMD
Raw Normal View History

2021-08-12 17:47:51 -04:00
[Unit]
Description=Set CAKE configuration
After=network.service
[Service]
Type=oneshot
2021-11-27 20:25:47 -05:00
ExecStart=/usr/bin/tc qdisc replace dev eth0 root cake bandwidth {{bandwidth}} besteffort
2021-08-12 17:47:51 -04:00
[Install]
WantedBy=multi-user.target