* @param props Configuration properties
*/
@Activate
protected void activate(final Map<String, Object> props) throws LoginException {
this.jobScheduler = new JobSchedulerImpl(this.configuration, this.scheduler, this);
this.maintenanceTask = new CleanUpTask(this.configuration);
logger.info("Apache Sling Job Manager started on instance {}", Environment.APPLICATION_ID);
}