linroom: fix Wake-on-LAN setup

Add missing ethtool. Rename file as it is necessary on non-Intel
devices also. Ensure the udev rule is applied after 80-net-setup-link.
This commit is contained in:
Timotej Lazar 2023-05-01 18:32:44 +02:00
parent bf940a2956
commit 83b888dcf7
4 changed files with 11 additions and 5 deletions

View file

@ -0,0 +1 @@
ACTION=="add", SUBSYSTEM=="net", NAME=="e*", RUN+="/usr/sbin/ethtool -s $name wol g"