Merge pull request 'chore 📦: Add environment variable to powertop.service.j2' (#8) from dev into main
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 12s
Gitleaks Scan / gitleaks (push) Successful in 5s
Markdown Lint / markdown-lint (push) Successful in 5s
Mark stale issues and pull requests / stale (push) Successful in 3s

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2026-02-10 20:56:04 +01:00

View File

@@ -1,11 +1,12 @@
[Unit] [Unit]
Description=Powertop auto tune Description=PowerTOP auto tune
After=multi-user.target After=multi-user.target
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/usr/sbin/powertop --auto-tune Environment="TERM=dumb"
RemainAfterExit=true RemainAfterExit=true
ExecStart=/usr/sbin/powertop --auto-tune
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target