summarylogtreecommitdiffstats
path: root/wowlan@.service
blob: b24fc62b749a67d25166b3115c9c7e3d5cd8e58a (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Wake-on-WLAN for %i
Requires=network.target
After=network.target

[Service]
ExecStart=/usr/bin/iw %i wowlan enable magic-packet
Type=oneshot

[Install]
WantedBy=multi-user.target