diff --git a/turn-on-wol b/turn-on-wol new file mode 100755 index 0000000..de7ec94 --- /dev/null +++ b/turn-on-wol @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +while true ; do + ethtool -s eno1 wol g + sleep 10 +done