Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Unit]
  2. Description=Local system suspend/resume actions
  3. Before=sleep.target
  4. StopWhenUnneeded=yes
  5.  
  6. [Service]
  7. Type=oneshot
  8. RemainAfterExit=yes
  9. ExecStart=/usr/sbin/modprobe -r ath10k_pci
  10. ExecStop=/usr/sbin/modprobe ath10k_pci
  11.  
  12. [Install]
  13. WantedBy=sleep.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement