mirror of
https://github.com/brezlord/iDRAC7_fan_control.git
synced 2024-11-09 15:38:21 +00:00
nl and update readme
This commit is contained in:
parent
4f02974dc4
commit
7c1e7b01a4
@ -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.
|
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.
|
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
|
sleep $INTERVAL_SEC
|
||||||
done
|
done
|
||||||
|
@ -17,4 +17,4 @@ ProtectSystem=full
|
|||||||
TimeoutStopSec=5s
|
TimeoutStopSec=5s
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user