ansible/roles/common/templates/multiqueue_service.j2
2023-09-25 10:40:20 +02:00

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