in containers-marathon/src/main/java/org/apache/aries/containers/marathon/impl/Activator.java [31:37]
public void start(BundleContext context) throws Exception {
Dictionary<String, Object> props = new Hashtable<>();
props.put(Constants.SERVICE_PID, "org.apache.aries.containers.marathon");
context.registerService(ManagedService.class,
new MarathonConfigManagedService(context), props);
}