Added systemd utils
This commit is contained in:
8
systemd-utils/macbook_pro13/suppress-gpe.service
Executable file
8
systemd-utils/macbook_pro13/suppress-gpe.service
Executable 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
|
Reference in New Issue
Block a user