freeze refactor

This commit is contained in:
Wryn Wagner
2021-02-24 15:42:33 -07:00
parent 8c29cd3f1c
commit 35fc078b0e
14 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,8 @@
[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