Téléverser les fichiers vers "/"
This commit is contained in:
@ -1,12 +1,15 @@
|
||||
# 2024-11-23
|
||||
# 2024-03-04
|
||||
|
||||
[Unit]
|
||||
Description=Ethernet Multiqueue
|
||||
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 ens18 combined ${NPROC}
|
||||
ExecStart=ethtool -L ${IFACE} combined ${PROCESSORS}
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Reference in New Issue
Block a user