From b4ca0859de85be819b996548946ffe236ecb2316 Mon Sep 17 00:00:00 2001 From: Simon Brezovnik <32946493+brezlord@users.noreply.github.com> Date: Sun, 29 Oct 2023 11:52:38 +0800 Subject: [PATCH] Update README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e919bd1..ad7eb82 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,13 @@ Date 04-09-2020 10:24:52 --> 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 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. + +## Systemd ## Running as a service @@ -81,9 +86,3 @@ If you are using a location other than `/usr/local/sbin/fan_control_dyn.sh` then ``` 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.