blob: 4f03888f93230351ceaed306babbafa4a68b9051 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=Set battery thresholds on corebooted devices
[Service]
Type=simple
ExecStart=/data/bin/coreboot-battery-threshold -s 67 -p 100
[Install]
WantedBy=multi-user.target
|