Set CPU frequency threshold at system reboot (cpufreq)
@reboot echo -n $USER_DEFINED > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
Sets the up_threshold for the CPU's ondemand governor to a user-defined value on system startup.
@reboot echo -n $USER_DEFINED > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
Sets the up_threshold for the CPU's ondemand governor to a user-defined value on system startup.