56575859606162636465
if (yarnATSEnabled) { atsService = new ATSService(); addService(atsService); } if (recoveryEnabled) { recoveryService = new RecoveryService(context); addService(recoveryService); } super.serviceInit(conf); }