diff options
Diffstat (limited to 'other')
-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 |