aboutsummaryrefslogtreecommitdiff
path: root/net/chrony/files/chrony.ntp-hotplug
blob: 1651b95fb2e14156261792100fb349321e357861 (plain)
1
2
3
4
5
6
#!/bin/sh
# Wait for sync for up to 5 minutes and notify other services

/usr/bin/chronyc waitsync 300 1 0.0 1 || exit 0

ubus call hotplug.ntp call '{ "env": [ "ACTION=stratum" ] }'