add my systemd unit file for disabling gpe66 interrupt
[~bandali/configs] / other / systemd / kerngpe66.service
diff --git a/other/systemd/kerngpe66.service b/other/systemd/kerngpe66.service
new file mode 100644 (file)
index 0000000..f41e777
--- /dev/null
@@ -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