It's driving me crazy... I've been googling for an hour now and nothing!
I'm trying to invoke this script:
#!/bin/bash
ethtool -s eth0 wol g
exit
I run it as root: /etc/init.d/wakeonlanconfig
And it gives: /etc/init.d/wakeonlanconfig: line 2: ethtool: command not found
Any ideas what is going on?