blob: f41e777338ff928c90e6a22b22fa6b84710a1ef8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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
|