Commit | Line | Data |
---|---|---|
05806b3f | 1 | # copy to /etc/systemd/system/ (at least on Arch Linux) |
fb5fd5b4 AB |
2 | |
3 | [Unit] | |
4 | Description=KernGPE66 | |
5 | ||
6 | [Service] | |
23ce68fc | 7 | ExecStart=/bin/sh -c "echo disable > /sys/firmware/acpi/interrupts/gpe66 && echo disable > /sys/firmware/acpi/interrupts/gpe4E" |
fb5fd5b4 AB |
8 | Type=oneshot |
9 | ||
10 | [Install] | |
11 | WantedBy=multi-user.target |