169170171172173174175176177178179
if ( cfg.isEnableNtp() ) { try { NtpConfiguration ntpConfig = new NtpConfiguration( env, LoadStrategy.PROPS ); ntpServer = new NtpServer( ntpConfig, minaRegistry ); } catch ( Throwable t ) { log.error( "Failed to start the NTP service", t ); }