Téléverser les fichiers vers "/"
This commit is contained in:
parent
64775066d6
commit
e38d1891b4
12
ethernet.service
Normal file
12
ethernet.service
Normal file
@ -0,0 +1,12 @@
|
||||
# 2024-01-23
|
||||
[Unit]
|
||||
Description=Ethernet Settings
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=ip link set ens18 mtu 1500
|
||||
ExecStart=ip link set ens18 txqueuelen 1000
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
12
multiqueue.service
Normal file
12
multiqueue.service
Normal file
@ -0,0 +1,12 @@
|
||||
# 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
|
Loading…
x
Reference in New Issue
Block a user