systemd/multiqueue.service

13 lines
218 B
SYSTEMD
Raw Normal View History

2024-03-10 14:37:20 +00:00
# 2024-11-23
[Unit]
Description=Ethernet Multiqueue
After=network-online.target
[Service]
EnvironmentFile=/etc/env/nproc
Type=oneshot
ExecStart=ethtool -L ens18 combined ${NPROC}
[Install]
WantedBy=multi-user.target