add my systemd unit file for disabling gpe66 interrupt
authorAmin Bandali <me@aminb.org>
Sat, 25 Oct 2014 14:04:16 +0000 (10:04 -0400)
committerAmin Bandali <me@aminb.org>
Sat, 25 Oct 2014 14:04:16 +0000 (10:04 -0400)
other/systemd/kerngpe66.service [new file with mode: 0644]

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