diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-01 09:37:54 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-28 11:29:02 +0200 |
commit | 313e026229932e4988d3ce96d69ddb8ab5f1b934 (patch) | |
tree | 15cd9924994442021993e0b97183a325d5bbd19c /netwatch-dns.rsc | |
parent | 6247b739a127c7c37dbcd50c1392c05e3a34a681 (diff) |
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.
Diffstat (limited to 'netwatch-dns.rsc')
-rw-r--r-- | netwatch-dns.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netwatch-dns.rsc b/netwatch-dns.rsc index c1d57b8..119a367 100644 --- a/netwatch-dns.rsc +++ b/netwatch-dns.rsc @@ -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; } |