aminda-nocron-rebootish.service: add tlp setcharge

As apparently fullcharge isn't reverted by reboot itself
This commit is contained in:
Aminda Suomalainen 2024-07-12 12:51:55 +03:00
parent cb377b5264
commit a62664de3e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ ExecStart=-/usr/bin/systemctl restart yggdrasil.service
# If they somehow managed to not start already # If they somehow managed to not start already
ExecStart=-/usr/bin/systemctl enable --now unbound.service ExecStart=-/usr/bin/systemctl enable --now unbound.service
ExecStart=-/usr/bin/systemctl enable --now systemd-resolved.service ExecStart=-/usr/bin/systemctl enable --now systemd-resolved.service
ExecStart=-/usr/sbin/tlp setcharge
User=root User=root
StandardOutput=journal StandardOutput=journal
StandardError=journal StandardError=journal