netwatch-dns: increase startup delay

In RouterOS 7.9 netwatch itself comes with a (default) startup-delay of five
minutes. Increase our delay to make sure netwatch is active.
This commit is contained in:
Christian Hesse 2023-06-01 09:37:54 +02:00
parent 6247b739a1
commit 313e026229

View file

@ -18,7 +18,7 @@
$ScriptLock $0;
:if ([ /system/resource/get uptime ] < 5m) do={
:if ([ /system/resource/get uptime ] < 5m30s) do={
$LogPrintExit2 info $0 ("System just booted, giving netwatch some time to settle.") true;
}