Hello,
I have a couple of ethtool settings I want to persist across reboots. I have searched on this forum, and it seems that the common suggested method is to edit the
I know that I can put something together with
Is there a "correct" method to implement this?
Thanks!
V
I have a couple of ethtool settings I want to persist across reboots. I have searched on this forum, and it seems that the common suggested method is to edit the
/etc/network/interfaces
file; the problem with that is that the file contains a big disclaimer explaining that you should not manually edit it.I know that I can put something together with
cron
, but to be honest I'd prefer the network settings to be all in one place.Is there a "correct" method to implement this?
Thanks!
V