13 lines
268 B
Desktop File
13 lines
268 B
Desktop File
[Unit]
|
|
Description=Set the battery charge threshold
|
|
After=multi-user.target
|
|
StartLimitBurst=0
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Restart=on-failure
|
|
ExecStart=/bin/bash -c 'echo 80 > /sys/class/power_supply/BAT0/charge_control_end_threshold'
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|