Created
February 25, 2019 18:58
-
-
Save artizirk/d42c8428a66f7a5868fef2b8bf12a80b to your computer and use it in GitHub Desktop.
Disable 1st gen Ryzen unstable C6 powersave state
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
# https://github.com/r4m0n/ZenStates-Linux | |
# https://www.reddit.com/r/Amd/comments/7tkigu/automating_disabling_of_c6_states_in_arch_linux/ | |
[Unit] | |
Description=Disable C6 on boot | |
After=default.target | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/bin/zenstates --c6-disable | |
[Install] | |
WantedBy=default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment