diff --git a/README.md b/README.md index e6a9740..f417dae 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/fan_control_dyn.sh b/fan_control_dyn.sh index bd06d0d..d5f31bb 100644 --- a/fan_control_dyn.sh +++ b/fan_control_dyn.sh @@ -81,4 +81,4 @@ do sleep $INTERVAL_SEC -done \ No newline at end of file +done diff --git a/fancontrol.service b/fancontrol.service index df5780e..9a417f0 100644 --- a/fancontrol.service +++ b/fancontrol.service @@ -17,4 +17,4 @@ ProtectSystem=full TimeoutStopSec=5s [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target