mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
11 lines
214 B
SYSTEMD
11 lines
214 B
SYSTEMD
|
[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
|