summaryrefslogtreecommitdiffstats
path: root/core/modules/etherwake/templates/99-enable-wol-disable-pause.rules
blob: cdcc261ce6124cb0d5f584252098550f66f2bf15 (plain) (blame)
1
2
3
4
5
# Enable WOL on boot NIC
ACTION=="add", SUBSYSTEM=="net", NAME=="eth0", RUN+="%ETHTOOL% -s $name wol g"
ACTION=="add", SUBSYSTEM=="net", NAME=="boot0", RUN+="%ETHTOOL% -s $name wol g"
# Disable pause frames on any adapter found
ACTION=="add", SUBSYSTEM=="net", RUN+="/opt/openslx/scripts/udev-disable_pause_frames $name"