OpenWrt 23.05.5 r24106-10cc5fcd00
Ubiquiti EdgeRouter X
When my system boots up there is a 1 minute delay from when the sysntpd service starts and the '/etc/hotplud.d/ntp/25-dnsmasqsec' script shows ACTION to be 'stratum' .
The ntp servers are listed by ip not name in /etc/config/system
config timeserver 'ntp'
option enable_server '1'
option use_dhcp '0'
list server '162.159.200.1'
list server '198.71.50.75'
list server '23.150.40.242'
list server '64.79.100.196'
I've tried different ntp servers and it makes no difference .
Asking this question because I have to wait until 'stratum' is achieved to start my wireguard devices .
The ntp hotplug event will be registered as usual (a little later), but you can enable the wireguard interface(s) as soon as the time is synchronized, so you can even add a few lines to this script.