Created
January 24, 2020 00:42
-
-
Save rechner/cffd716957144941c27daf366f9046d8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# cp suspend-fix.service /etc/systemd/system && systemctl enable --now suspend-fix.service | |
[Unit] | |
Description=Disable suspend wakeup interrupts except for LID | |
[Service] | |
Type=oneshot | |
ExecStart=/bin/sh -c "echo SLPB GLAN 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