I want to execute
ethtool -s wan0 advertise 00c
at system boot, before networking comes up. The only thing I can come up with is to throw a systemd service, WantedBy=basic.target.
But wondering if there isn't anything already that runs at system boot, whose purpose is something like that. Anyone know of a better way? rc-local.service runs after network.target, that's too late, here.