diff options
author | Amin Bandali <me@aminb.org> | 2015-03-05 21:29:59 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-03-05 21:29:59 -0500 |
commit | 23ce68fc781b7be08c8264903e0ec13199a16abf (patch) | |
tree | 7897714f152df437f67ce6b8d17b479122663540 /other/systemd/suppress-gpe-66-4e.service | |
parent | de2c0972ee949ed37680cfde1696b900386213bf (diff) | |
download | configs-23ce68fc781b7be08c8264903e0ec13199a16abf.tar.gz configs-23ce68fc781b7be08c8264903e0ec13199a16abf.tar.xz configs-23ce68fc781b7be08c8264903e0ec13199a16abf.zip |
also suppress gpe4E
Diffstat (limited to 'other/systemd/suppress-gpe-66-4e.service')
-rw-r--r-- | other/systemd/suppress-gpe-66-4e.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/other/systemd/suppress-gpe-66-4e.service b/other/systemd/suppress-gpe-66-4e.service new file mode 100644 index 0000000..2d44f14 --- /dev/null +++ b/other/systemd/suppress-gpe-66-4e.service @@ -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 |