projects
/
~bandali
/
configs
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
systemd service for saving/loading mba6x_backlight brightness
[~bandali/configs]
/
other
/
systemd
/
kerngpe66.service
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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