[bin] script to create file to disable usb wake

This commit is contained in:
Josh Sherman 2017-09-03 11:53:36 -05:00
parent 2fdb54ef53
commit 97e1fd35d8
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

2
bin/disable-usb-wake Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
echo "w /proc/acpi/wakeup - - - - XHC1" > /usr/lib/tmpfiles.d/disable-usb-wake.conf