-
-
Save andrebrait/1e02fe1620aab61abaff358e0662750d to your computer and use it in GitHub Desktop.
Systemd service for powertop auto tune
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=oneshot | |
RemainAfterExit=no | |
ExecStart=/usr/bin/powertop --auto-tune | |
#"powertop --auto-tune" still needs a terminal for some reason. | |
#Possibly a bug? | |
Environment="TERM=xterm" | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment