summarylogtreecommitdiffstats
path: root/wol@.service
blob: 875180e350049b9e72a872a8ef9455120656951d (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 g
Type=oneshot

[Install]
WantedBy=multi-user.target