use double brace for templates

This commit is contained in:
Daniel Micay 2021-11-27 20:25:47 -05:00
parent 693655f5bc
commit 9f82fe54bd

View File

@ -4,7 +4,7 @@ After=network.service
[Service]
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]
WantedBy=multi-user.target