readme: add cron usage example

This commit is contained in:
Evgeny Zinoviev 2022-06-07 19:53:33 +03:00
parent d056ab916d
commit e0f5b902c6

View File

@ -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
```