.dots/systemd/wol@.service

12 lines
184 B
SYSTEMD
Raw Permalink Normal View History

2024-09-26 11:14:05 +02:00
[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