mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 11:00:49 -05:00
use double brace for templates
This commit is contained in:
parent
693655f5bc
commit
9f82fe54bd
@ -4,7 +4,7 @@ After=network.service
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/tc qdisc replace dev eth0 root cake bandwidth {bandwidth} besteffort
|
ExecStart=/usr/bin/tc qdisc replace dev eth0 root cake bandwidth {{bandwidth}} besteffort
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user