mirror of
https://github.com/brezlord/iDRAC7_fan_control.git
synced 2024-11-22 05:27:19 +00:00
Merge branch 'master' into systemd
This commit is contained in:
commit
87d7001100
@ -54,6 +54,7 @@ Date 04-09-2020 10:24:52
|
|||||||
|
|
||||||
--> Setting fan speed to 20%
|
--> Setting fan speed to 20%
|
||||||
```
|
```
|
||||||
|
systemd
|
||||||
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
|
||||||
@ -80,3 +81,9 @@ If you are using a location other than `/usr/local/sbin/fan_control_dyn.sh` then
|
|||||||
```
|
```
|
||||||
ExecStart=/MY_ABSOLUTE_PATH/fan_control_dyn.sh
|
ExecStart=/MY_ABSOLUTE_PATH/fan_control_dyn.sh
|
||||||
```
|
```
|
||||||
|
=======
|
||||||
|
Once you have verified the script is working you can set it to run every 5 minutes via cron.
|
||||||
|
|
||||||
|
On TrueNAS Core this can be found under the Tasks menu --> Cron Jobs.
|
||||||
|
|
||||||
|
On TrueNAS Scale this can be found under the System menu --> Advanced Cron Jobs tab.
|
||||||
|
Loading…
Reference in New Issue
Block a user