chore 📦: Add environment variable to powertop.service.j2 #8

Merged
Jose merged 1 commits from dev into main 2026-02-10 20:56:05 +01:00

View File

@@ -1,11 +1,12 @@
[Unit]
Description=Powertop auto tune
Description=PowerTOP auto tune
Review

[Lines 1-2] [Score: 3] Changed the capitalization of 'Powertop' to 'PowerTOP'. This change is not a problem per se, but it might cause confusion with existing references to 'Powertop' in other parts of the codebase. Keeping naming conventions consistent is recommended for maintainability purposes.

[Lines 1-2] [Score: 3] Changed the capitalization of 'Powertop' to 'PowerTOP'. This change is not a problem per se, but it might cause confusion with existing references to 'Powertop' in other parts of the codebase. Keeping naming conventions consistent is recommended for maintainability purposes.
After=multi-user.target
[Service]
Type=oneshot
ExecStart=/usr/sbin/powertop --auto-tune
Environment="TERM=dumb"
RemainAfterExit=true
ExecStart=/usr/sbin/powertop --auto-tune
[Install]
WantedBy=multi-user.target