summarylogtreecommitdiffstats
path: root/netctl-auto-resume@.service
blob: 38d76944582f328752075a10d794f2f68eb051e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=restart netctl-auto on resume.
Requisite=netctl-auto@%i.service
After=sleep.target

[Service]
Type=oneshot
ExecStart=/usr/bin/systemctl restart netctl-auto@%i.service

[Install]
WantedBy=sleep.target