systemd/multiqueue.service

16 lines
282 B
Desktop File

# 2024-03-04
[Unit]
Description=Ethernet Tweak Multiqueue
After=network-online.target
After=nproc.service
[Service]
EnvironmentFile=/etc/env/net
EnvironmentFile=/etc/env/nproc
Type=oneshot
ExecStart=ethtool -L ${IFACE} combined ${PROCESSORS}
[Install]
WantedBy=multi-user.target