===== Create service =====
vim ./apps/wol.service
sudo cp ./apps/wol.service /etc/systemd/system/.
sudo systemctl enable wol.service
sudo /sbin/ethtool -s enp1s0 wol g
[Unit]
Description=Configure Wake-up on LAN
[Service]
Type=oneshot
ExecStart=/sbin/ethtool -s enp1s0 wol g
[Install]
WantedBy=basic.target
===== Activate =====
On a remote server/workstation, do the following:
sudo apt install etherwake
sudo etherwake -i eno1 CC:DD:DD:11:66:EE