Make sure to update README.md with this: Make sure that your ethernet adapter has the following wol option: `g` ``` ethtool eno1 Supports Wake-on: pumbg Wake-on: g ..... ``` Do that using `ethtool`: ``` ethtool -s eno1 wol g ```