Guest User

Untitled

a guest
Sep 14th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. [Unit]
  2. Description=Local system resume actions
  3. Before=suspend.target
  4. StopWhenUnneeded=yes
  5.  
  6. [Service]
  7. Type=oneshot
  8. ExecStartPre=/bin/rmmod hid_multitouch
  9. ExecStartPost=/bin/modprobe hid_multitouch
  10.  
  11. [Install]
  12. WantedBy=suspend.target
Advertisement
Add Comment
Please, Sign In to add comment