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 | |
parent | de2c0972ee949ed37680cfde1696b900386213bf (diff) | |
download | configs-23ce68fc781b7be08c8264903e0ec13199a16abf.tar.gz configs-23ce68fc781b7be08c8264903e0ec13199a16abf.tar.xz configs-23ce68fc781b7be08c8264903e0ec13199a16abf.zip |
also suppress gpe4E
Diffstat (limited to 'other')
-rw-r--r-- | other/systemd/suppress-gpe-66-4e.service (renamed from other/systemd/kerngpe66.service) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/other/systemd/kerngpe66.service b/other/systemd/suppress-gpe-66-4e.service index 9e262bb..2d44f14 100644 --- a/other/systemd/kerngpe66.service +++ b/other/systemd/suppress-gpe-66-4e.service @@ -4,7 +4,7 @@ Description=KernGPE66 [Service] -ExecStart=/bin/sh -c "echo disable > /sys/firmware/acpi/interrupts/gpe66" +ExecStart=/bin/sh -c "echo disable > /sys/firmware/acpi/interrupts/gpe66 && echo disable > /sys/firmware/acpi/interrupts/gpe4E" Type=oneshot [Install] |