Introduce init runtime manager
[gpl/argeo-freed.git] / etc / argeo / user / argeo.ini
diff --git a/etc/argeo/user/argeo.ini b/etc/argeo/user/argeo.ini
new file mode 100644 (file)
index 0000000..2cb5396
--- /dev/null
@@ -0,0 +1,18 @@
+
+## OSGi system extensions
+org.osgi.framework.system.packages.extra=\
+sun.security.util,\
+sun.security.internal.spec,\
+sun.security.provider,\
+com.sun.net.httpserver,\
+com.sun.jndi.ldap,\
+com.sun.jndi.ldap.sasl,\
+com.sun.jndi.dns,\
+com.sun.security.jgss,\
+com.sun.nio.file,\
+com.sun.nio.sctp
+
+# Disable Equinox Jetty autostart
+org.eclipse.equinox.http.jetty.autostart=false
+
+osgi.framework.useSystemProperties=false
\ No newline at end of file