summaryrefslogtreecommitdiff
path: root/google-compute-engine/usr/lib/systemd/system/setmtu@.service
blob: 0425025db40656b99d696a31877c5a83319de393 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Set mtu on device
Before=network.target

[Service]
Type=oneshot
ExecStart=/sbin/ip link set dev %i mtu 1460

[Install]
WantedBy=multi-user.target