15 lines
293 B
Django/Jinja
15 lines
293 B
Django/Jinja
{# Updated: 2023-09-25 #}
|
|
# master: {{ common_mastering }}
|
|
# updated: {{ ansible_date_time.date }}
|
|
|
|
[Unit]
|
|
Description=Ethernet Multiqueue
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=ethtool -L {{ ethernet_interface }} combined ${NPROC}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|