Created
April 26, 2024 20:07
-
-
Save casperghst42/f7c776a07ce5ecc36d7434cb9cde2944 to your computer and use it in GitHub Desktop.
Start powertop --auto-tune on startup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=PowerTOP auto tune | |
[Service] | |
Type=oneshot | |
Environment="TERM=dumb" | |
RemainAfterExit=true | |
ExecStart=/usr/sbin/powertop --auto-tune | |
[Install] | |
WantedBy=multi-user.target |
Author
casperghst42
commented
Apr 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment