Where to rename interfaces at boot

Hello,

Where is the best place to put commands in the startup scripts to rename two network interfaces? For example, I do not want to effect the network/firewall setup in LEDE, but merely want eth0 to become eth1, and eth1 to become eth0.

I know this is possible using ethtool and ip set, but where do I put these commands and other similar ones.

Thanks!