Merge pull request 'chore 📦: Add environment variable to powertop.service.j2' (#8) from dev into main
Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user