chore 📦: Add environment variable to powertop.service.j2 #8
@@ -1,11 +1,12 @@
|
||||
[Unit]
|
||||
Description=Powertop auto tune
|
||||
Description=PowerTOP auto tune
|
||||
|
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user
[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.