Created
July 17, 2025 15:50
-
-
Save radupotop/db808f90b5455c93e7fa37ce919b1c79 to your computer and use it in GitHub Desktop.
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
# File: /etc/systemd/system/[email protected] | |
# | |
# Valid arg values are: performance, balance-performance, normal, balance-power, power | |
# | |
[Unit] | |
Description=Set x86_energy_perf_policy %i | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/bin/x86_energy_perf_policy --all %i | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment