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

11 lines
216 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
2021-11-28 01:25:47 +00:00
ExecStart=/usr/bin/tc qdisc replace dev eth0 root cake bandwidth {{bandwidth}} besteffort
2021-08-12 21:47:51 +00:00
[Install]
WantedBy=multi-user.target