dotfiles/ansible/files/charge-thresholds.service

11 lines
184 B
SYSTEMD
Raw Permalink Normal View History

2025-04-06 20:13:27 -05:00
[Unit]
Description=Set the charge threshold at startup.
After=default.target
[Service]
Type=simple
ExecStart=system76-power charge-thresholds 75 80
[Install]
WantedBy=default.target