classroom/roles/linroom/files/99-wakeonlan.rules
Timotej Lazar 83b888dcf7 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.
2023-05-01 18:32:44 +02:00

2 lines
85 B
Plaintext

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