Files
bash
bin
config
env
latex
pkg_freeze
systemd-utils
macbook_pro13
backlight-control.service
suppress-gpe.service
suspend-fix.service
tmux
vim
zsh
.gitignore
README.md
setup
dotwryn/systemd-utils/macbook_pro13/suppress-gpe.service
2019-10-22 11:55:09 -06:00

9 lines
263 B
Desktop File
Executable File

[Unit]
Description=Disables GPE 66, an interrupt that is going crazy on Macs
[Service]
ExecStart=/usr/bin/bash -c 'echo "disable" > /sys/firmware/acpi/interrupts/gpe16; echo "disable" > /sys/firmware/acpi/interrupts/gpe17;'
[Install]
WantedBy=multi-user.target