Guest User

Untitled

a guest
Jan 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. [Unit]
  2. Description=Disable GPE06 interrupts
  3.  
  4. [Service]
  5. Type=oneshot
  6. ExecStart=/bin/bash -c "echo disable > /sys/firmware/acpi/interrupts/gpe06"
  7.  
  8. [Install]
  9. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment