diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -3,6 +3,15 @@ Adjust maximum CPU frequency based on environment temperature. Works with [temphumd](https://git.ch1p.io/homekit.git/tree/src/temphumd.py) server. +## Usage + +The script is supposed to be run by cron. + +Crontab line example, running it every 20 minutes: +``` +*/20 * * * * /usr/local/bin/armbian-envtemp-cpufreq.sh -c /etc/armbian-envtemp-cpufreq.conf >/dev/null +``` + ## Config example ``` |