nl and update readme

This commit is contained in:
Shoaib Khan 2023-08-20 22:06:51 -04:00
parent 4f02974dc4
commit 7c1e7b01a4
3 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ Date 04-09-2020 10:24:52
```
Once you have verified the script is working you can set it to run every 5 minuites via cron. On TrueNAS this can be found under the Tasks menu --> Cron Jobs.
##Running as a service
## Running as a service
Once the service is up and running, the temprature will be checked every `INTERVAL_SEC` seconds. Fan speed will change if the temprature has changed and warrants a speed change.

View File

@ -81,4 +81,4 @@ do
sleep $INTERVAL_SEC
done
done

View File

@ -17,4 +17,4 @@ ProtectSystem=full
TimeoutStopSec=5s
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target