joakimkistowski / amd-disable-c6

Systemd service to automatically disable the C6 power saving state on AMD Zen (Ryzen / Epyc) processors
MIT License
64 stars 5 forks source link

Corrected name of systemd service in README.md #1

Closed DWW256 closed 2 years ago

DWW256 commented 2 years ago

Previously, the bash commands in the readme for enabling and starting the service called it "amd_disable_c6.service". It should be called "amd-disable-c6.service" (hyphens instead of underscores), so I corrected it.

joakimkistowski commented 2 years ago

Good catch, thanks.