foodotfiles/root/etc/default/cpupower
2022-09-03 00:56:35 +03:00

7 lines
140 B
Bash

# vim:set ts=2 sw=2 ft=sh et:
{%@@ if profile == "Mirkwood" @@%}
governor='schedutil'
{%@@ else @@%}
governor='performance'
{%@@ endif @@%}