Delaying Filter List Updates at Startup #6558
-
When AdGuardHome is first started, it attempts to update filter lists immediately. Is there any way, via command lines or anything, to delay the filter list updates by 10 seconds or 30 seconds? Context: I have a situation where AGH is starting and binding to the interface correctly, however, filter lists are failing to download because the device does not yet have the proper time. If I wait another 20-30 seconds and manually update the filter lists, it works. So that is why I am wondering if there is any way to delay filter list updates by a specific amount of seconds. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This isn't currently possible. A related feature request is #3044. I feel like in your configuration your service runner/watcher should wait for NTP before launching AGH. Something like this solution for |
Beta Was this translation helpful? Give feedback.
-
That is a great idea. Thank you, sir. I will check with the OpenWrt devs and see what the options are with init scripts. |
Beta Was this translation helpful? Give feedback.
This isn't currently possible. A related feature request is #3044.
I feel like in your configuration your service runner/watcher should wait for NTP before launching AGH. Something like this solution for
systemd
v239+.