# 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