redpitaya-puzzlefw/sw/buildroot_overlay/etc/default/chrony

8 lines
179 B
Plaintext

# Only start Chrony if an NTP server is configured.
if [ ! -f /etc/chrony/sources.d/ntp.sources ]; then
echo "NTP server not configured, not starting chrony."
exit 1
fi