mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 17:00:28 +04:00
ce52e2ec21
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>