#!/bin/bash
# Enable Wake on Lan in Linux
# p  Wake on phy activity
# g  Wake on MagicPacket(tm)
ethtool -s eth1 wol g
