Skip to content

Instantly share code, notes, and snippets.

@artizirk
Created February 25, 2019 18:58
Show Gist options
  • Save artizirk/d42c8428a66f7a5868fef2b8bf12a80b to your computer and use it in GitHub Desktop.
Save artizirk/d42c8428a66f7a5868fef2b8bf12a80b to your computer and use it in GitHub Desktop.
Disable 1st gen Ryzen unstable C6 powersave state
# 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