Advertisement
Ramblinman41

Fix for sleepy wifi

May 11th, 2016
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Unit]
  2. Description=Run start_my_connection
  3. After=suspend.target
  4. After=hibernate.target
  5. After=hybrid-sleep.target
  6.  
  7. [Service]
  8. User=root
  9. ExecStart=/bin/systemctl restart NetworkManager
  10. StandardOutput=syslog
  11.  
  12. [Install]
  13. WantedBy=suspend.target
  14. WantedBy=hibernate.target
  15. WantedBy=hybrid-sleep.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement