mirror of
https://github.com/brezlord/iDRAC7_fan_control.git
synced 2025-09-03 13:50:54 +00:00
nl and update readme
This commit is contained in:
@@ -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.
|
||||
|
||||
|
@@ -81,4 +81,4 @@ do
|
||||
|
||||
|
||||
sleep $INTERVAL_SEC
|
||||
done
|
||||
done
|
||||
|
@@ -17,4 +17,4 @@ ProtectSystem=full
|
||||
TimeoutStopSec=5s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=multi-user.target
|
||||
|
Reference in New Issue
Block a user