.dots/systemd/wol@.service
2024-09-26 11:14:05 +02:00

11 lines
184 B
Desktop File

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