blob: 9e262bbe1089c47436bd669629a4295dd94e923c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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"
Type=oneshot
[Install]
WantedBy=multi-user.target
|