Skip to content

Instantly share code, notes, and snippets.

@dasmikko
Created March 27, 2020 17:18
Show Gist options
  • Save dasmikko/26e21ee5ebf45c3fe674882c7b08b0b2 to your computer and use it in GitHub Desktop.
Save dasmikko/26e21ee5ebf45c3fe674882c7b08b0b2 to your computer and use it in GitHub Desktop.
service file for disabling xhc wakeup
[Unit]
Description=Disable XHC in wakeup
[Service]
ExecStart=/bin/bash -c "echo XHC >> /proc/acpi/wakeup"
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment