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