dotwryn/setup/freeze/systemd-utils/macbook_pro13/suppress-gpe.service
2022-02-06 00:15:14 -07: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