alice-wol/lib/systemd/system/wol@.service

12 lines
193 B
Desktop File

[Unit]
Description=Enable Wake On Lan on %i
Requires=network.target
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/sbin/ethtool -s %i wol g
[Install]
WantedBy=multi-user.target