diff options
author | Amin Bandali <me@aminb.org> | 2014-10-25 10:04:16 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2014-10-25 10:04:16 -0400 |
commit | fb5fd5b45b07be8cb41ca9014b3a813b4e3309d8 (patch) | |
tree | 4e8be1da42071bc76f3cd13e1e36140653a722e1 | |
parent | 3aeeb20d5babf5d6698677d469f44b805058803e (diff) | |
download | configs-fb5fd5b45b07be8cb41ca9014b3a813b4e3309d8.tar.gz configs-fb5fd5b45b07be8cb41ca9014b3a813b4e3309d8.tar.xz configs-fb5fd5b45b07be8cb41ca9014b3a813b4e3309d8.zip |
add my systemd unit file for disabling gpe66 interrupt
-rw-r--r-- | other/systemd/kerngpe66.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/other/systemd/kerngpe66.service b/other/systemd/kerngpe66.service new file mode 100644 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 |