Code Display More[Unit] Description=Change MTU Service After=connman.service Before=network-online.target [Service] Type=oneshot StandardOutput=tty RemainAfterExit=yes SuccessExitStatus=1 ExecStart=/usr/sbin/ifconfig eth0 mtu 9000 up [Install] WantedBy=network-online.target
Create /storage/.config/system.d/mtuchange.service with ^ then "systemctl enable /storage/.confg/mtuchange.service" and "systemctl start mtuchange.service" .. it's a guess (not tested) but should run after connman starts and before the network goes online.
thanks. working!!
Tried for days to achieve this. mostly with Autostart and always failed with connection to sql database