Created
November 25, 2021 13:38
-
-
Save pedroportales/ffee6dbaa7bb191000d844769437aa75 to your computer and use it in GitHub Desktop.
cpupower systemd powersave
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=CPU powersave | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/bin/cpupower -c all frequency-set -g powersave | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After creating cpupower.service, run the following commands:
$ sudo systemctl enable cpupower.service