15 lines
293 B
Plaintext
15 lines
293 B
Plaintext
|
{# 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
|