add systemd entries to connect wifi after resume

pull/72/head
TomasM 2019-05-08 09:36:53 +00:00
parent 4f813d4e87
commit c7055b1ad1
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1 @@
/lib/systemd/system/resume_wifi.service

View File

@ -0,0 +1,13 @@
[Unit]
Description=Start wifi after resume
After=suspend.target
[Service]
User=root
Type=oneshot
ExecStart=/usr/share/wicd/daemon/autoconnect.py
TimeoutSec=0
StandardOutput=syslog
[Install]
WantedBy=suspend.target