Created
February 8, 2014 19:40
-
-
Save tazjin/8889035 to your computer and use it in GitHub Desktop.
Systemd service for powertop auto tune
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 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