projects
/
~bandali
/
configs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f41e777338ff928c90e6a22b22fa6b84710a1ef8
[~bandali/configs]
/
other
/
systemd
/
kerngpe66.service
1
# copy to /usr/lib/systemd/system/ (at least on Arch Linux)
2
3
[Unit]
4
Description=KernGPE66
5
6
[Service]
7
ExecStart=/bin/sh -c "echo disable > /sys/firmware/acpi/interrupts/gpe66"
8
Type=oneshot
9
10
[Install]
11
WantedBy=multi-user.target