This is an old revision of the document!
[Unit] Description=Configure Wake-up on LAN [Service] Type=oneshot ExecStart=/sbin/ethtool -s enp1s0 wol g [Install] WantedBy=basic.target
vim ./apps/wol.service sudo cp ./apps/wol.service /etc/systemd/system/. sudo systemctl enable wol.service sudo /sbin/ethtool -s enp1s0 wol g