mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
At startup there's a race situation where "chronyc waitsync" (and thus chrony-hotplug) will exit right away because it can't bind to loopback. This change tries quite hard to make chrony-hotplug wait for loopback to come up before running chronyc. Fixes #28434. Signed-off-by: Florian Wagner <florian@wagner-flo.de>