13 lines
221 B
Desktop File
13 lines
221 B
Desktop File
# 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
|