blob: b60d539922483ae9e3626c90dbde28a63841df9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Wake-on-LAN for %i
Requires=network.target
After=network.target
[Service]
ExecStart=/usr/bin/ethtool -s %i wol gp
Type=oneshot
[Install]
WantedBy=multi-user.target
|