Readme: check-routeros-update add start-time, change interval

Set the interval to once a day. Instead of every 1 hour.

Add start-time to start-up. Thereby introducing randomization based on when the
user last rebooted there device. As the interval is counted based on last boot
time.
This commit is contained in:
netravnen 2024-04-03 18:11:36 +00:00
parent 6f68406803
commit 77bc82bd41

View file

@ -191,7 +191,7 @@ Most scripts are designed to run regularly from
added `check-routeros-update`, so let's run it every hour to make sure not to
miss an update.
/system/scheduler/add name="check-routeros-update" interval=1h on-event="/system/script/run check-routeros-update;";
/system/scheduler/add name="check-routeros-update" interval=1d start-time=startup on-event="/system/script/run check-routeros-update;";
![screenshot: schedule script](README.d/11-schedule-script.avif)