]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dist/argeo-node/rpm/usr/share/node/config.ini
Simplify nodectl
[lgpl/argeo-commons.git] / dist / argeo-node / rpm / usr / share / node / config.ini
1 # Only Argeo OSGi Boot is explicitly started
2 osgi.bundles=org.argeo.osgi.boot.jar@start
3 osgi.clean=true
4
5 # Provisioning
6 argeo.osgi.bundles=\
7 /etc/node/modules;in=*/*,\
8 /usr/local/share/osgi;in=**/*.jar,\
9 /usr/share/osgi;in=**/*.jar
10
11 # Required standard bundles to start
12 argeo.osgi.start.2.node=\
13 org.eclipse.equinox.http.servlet,\
14 org.eclipse.equinox.http.jetty,\
15 org.eclipse.equinox.metatype,\
16 org.eclipse.equinox.cm,\
17 org.eclipse.rap.rwt.osgi
18
19 # Required CMS bundles to start
20 argeo.osgi.start.3.node=\
21 org.argeo.cms
22
23 # Extension managers
24 argeo.osgi.start.4.node=\
25 org.eclipse.gemini.blueprint.extender,\
26 org.eclipse.equinox.http.registry
27
28 # Packages provided by the OpenJDK JVM
29 org.osgi.framework.bootdelegation=com.sun.jndi.ldap,\
30 com.sun.jndi.ldap.sasl,\
31 com.sun.security.jgss,\
32 com.sun.jndi.dns,\
33 com.sun.nio.file,\
34 com.sun.nio.sctp
35
36 # Security manager
37 java.security.manager=
38 java.security.policy=file:/usr/share/node/all.policy
39
40 # Required properties
41 eclipse.ignoreApp=true
42 osgi.noShutdown=true
43 org.eclipse.equinox.http.jetty.autostart=false
44 org.eclipse.rap.workbenchAutostart=false