mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-23 05:59:22 -05:00
13 lines
235 B
Desktop File
13 lines
235 B
Desktop File
[Unit]
|
|
Description=Set CAKE configuration
|
|
After=network.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
Group=root
|
|
ExecStart=/usr/bin/tc qdisc replace dev eth0 root cake bandwidth {bandwidth} besteffort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|