Created
March 28, 2020 15:02
-
-
Save angeldm/a932eeb91a60192131ee95fd9c2bb080 to your computer and use it in GitHub Desktop.
powertop.service
This file contains 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 tunings | |
[Service] | |
Type=exec | |
ExecStart=/usr/sbin/powertop --auto-tune | |
RemainAfterExit=true | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment