dotwryn/freeze/systemd-utils/macbook_pro13/suppress-gpe.service

9 lines
263 B
SYSTEMD
Raw Normal View History

2019-10-22 17:55:09 +00:00
[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