Trying to upload all related projects
[easy-deb-chroot] / fremantle / easy-chroot / src / sbin / cpu-perform
diff --git a/fremantle/easy-chroot/src/sbin/cpu-perform b/fremantle/easy-chroot/src/sbin/cpu-perform
new file mode 100755 (executable)
index 0000000..a3ad3b3
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# set cpu governor to on-demand mode
+# (based on lcuk's liqbase script)
+
+echo performance >/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
+sleep 1
+echo '' >/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
\ No newline at end of file