#! /bin/sh
test -f /usr/sbin/ethtool || exit 0

. /lib/lsb/init-functions

log_begin_msg "Aktiviere Wake-On-LAN auf eth0..."
ethtool -s eth0 wol g
log_end_msg $?