drop framework charge control service

When I first bought my Framework, the battery charge limit reset after
every boot, necessitating something like this. With later firmware
versions, it doesn't reset, so there's no need for a service. Just set
your preferred limit once, using whatever method you like, and then
forget about it.
This commit is contained in:
Pig Monkey 2025-11-06 16:48:48 -08:00
parent ae45ab865c
commit 39d5cae298
3 changed files with 0 additions and 28 deletions

View file

@ -1,5 +0,0 @@
[Service]
ExecStart=framework_tool --charge-limit 87
[Install]
WantedBy=default.target

View file

@ -6,8 +6,3 @@
service:
name: power_monitor.service
state: restarted
- name: restart charge control
service:
name: chargecontrol.service
state: restarted

View file

@ -4,21 +4,3 @@
name: framework-system
tags:
- framework
- name: Copy charge control service
copy:
src: chargecontrol.service
dest: /etc/systemd/system/
notify:
- reload systemd config
- restart charge control
tags:
- framework
- name: Enable and start charge control service
service:
name: chargecontrol.service
enabled: yes
state: started
tags:
- framework