From: Amin Bandali Date: Sat, 25 Oct 2014 14:04:16 +0000 (-0400) Subject: add my systemd unit file for disabling gpe66 interrupt X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/fb5fd5b45b07be8cb41ca9014b3a813b4e3309d8?hp=3aeeb20d5babf5d6698677d469f44b805058803e add my systemd unit file for disabling gpe66 interrupt --- diff --git a/other/systemd/kerngpe66.service b/other/systemd/kerngpe66.service new file mode 100644 index 0000000..f41e777 --- /dev/null +++ b/other/systemd/kerngpe66.service @@ -0,0 +1,11 @@ +# copy to /usr/lib/systemd/system/ (at least on Arch Linux) + +[Unit] +Description=KernGPE66 + +[Service] +ExecStart=/bin/sh -c "echo disable > /sys/firmware/acpi/interrupts/gpe66" +Type=oneshot + +[Install] +WantedBy=multi-user.target