X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/de2c0972ee949ed37680cfde1696b900386213bf..23ce68fc781b7be08c8264903e0ec13199a16abf:/other/systemd/suppress-gpe-66-4e.service diff --git a/other/systemd/suppress-gpe-66-4e.service b/other/systemd/suppress-gpe-66-4e.service new file mode 100644 index 0000000..2d44f14 --- /dev/null +++ b/other/systemd/suppress-gpe-66-4e.service @@ -0,0 +1,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