if [ -f /usr/bin/chronyd -a -f /etc/chrony.conf ]; then
  /usr/bin/chronyd
  echo "Started chronyd"
fi