Advertisement
Guest User

Untitled

a guest
Apr 16th, 2023
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. [Unit]
  2. Description=Disable XHCI wake-up events
  3.  
  4. [Service]
  5. Type=oneshot
  6. ExecStart=/bin/sh -c 'echo XHCI > /proc/acpi/wakeup'
  7.  
  8. [Install]
  9. WantedBy=multi-user.target
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement