summarylogtreecommitdiffstats
path: root/wol@.service
blob: 6f0edfed3dcc08f6d40d0f734e7ecc90fc3b63c8 (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 network-online.target

[Service]
ExecStart=/usr/bin/ethtool -s %i wol g
Type=oneshot

[Install]
WantedBy=multi-user.target