blob: 2d44f14879177299a0c71baa6dd796fd462c8dc0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# copy to /etc/systemd/system/ (at least on Arch Linux)
[Unit]
Description=KernGPE66
[Service]
ExecStart=/bin/sh -c "echo disable > /sys/firmware/acpi/interrupts/gpe66 && echo disable > /sys/firmware/acpi/interrupts/gpe4E"
Type=oneshot
[Install]
WantedBy=multi-user.target
|