also suppress gpe4E
authorAmin Bandali <me@aminb.org>
Fri, 6 Mar 2015 02:29:59 +0000 (21:29 -0500)
committerAmin Bandali <me@aminb.org>
Fri, 6 Mar 2015 02:29:59 +0000 (21:29 -0500)
other/systemd/kerngpe66.service [deleted file]
other/systemd/suppress-gpe-66-4e.service [new file with mode: 0644]

diff --git a/other/systemd/kerngpe66.service b/other/systemd/kerngpe66.service
deleted file mode 100644 (file)
index 9e262bb..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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"
-Type=oneshot
-
-[Install]
-WantedBy=multi-user.target
diff --git a/other/systemd/suppress-gpe-66-4e.service b/other/systemd/suppress-gpe-66-4e.service
new file mode 100644 (file)
index 0000000..2d44f14
--- /dev/null
@@ -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