in src/main/java/org/apache/sling/launchpad/startupmanager/StartupListenerTracker.java [99:106]
public void close() {
bundleContext.removeFrameworkListener(this);
bundleContext.removeBundleListener(this);
tracker.close();
if (startLevelServiceReference != null) {
bundleContext.ungetService(startLevelServiceReference);
}
}