diff options
Diffstat (limited to 'other/systemd/suppress-gpe-66-4e.service')
-rw-r--r-- | other/systemd/suppress-gpe-66-4e.service | 11 |
1 files changed, 11 insertions, 0 deletions
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 |