1
0
mirror of https://github.com/GrapheneOS/infrastructure.git synced 2025-01-12 07:09:26 -05:00
graphene-os-server-infrastr.../systemd/system/cake.service
2021-11-27 20:25:47 -05:00

11 lines
216 B
Desktop File

[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