projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aeeb20
)
add my systemd unit file for disabling gpe66 interrupt
author
Amin Bandali
<me@aminb.org>
Sat, 25 Oct 2014 14:04:16 +0000
(10:04 -0400)
committer
Amin Bandali
<me@aminb.org>
Sat, 25 Oct 2014 14:04:16 +0000
(10:04 -0400)
other/systemd/kerngpe66.service
[new file with mode: 0644]
patch
|
blob
diff --git a/other/systemd/kerngpe66.service
b/other/systemd/kerngpe66.service
new file mode 100644
(file)
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