X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=usr%2Flib%2Fsystemd%2Fuser%2Fargeo%40.service;fp=usr%2Flib%2Fsystemd%2Fuser%2Fargeo%40.service;h=0000000000000000000000000000000000000000;hb=0fb49207175961f538c9d341e53eecae3cbbfe20;hp=04b77b1517a69eb4ae69bfd6e86dd8c049188c65;hpb=b4294fb1cbadef65451a13a4a131611959bad617;p=gpl%2Fargeo-freed.git diff --git a/usr/lib/systemd/user/argeo@.service b/usr/lib/systemd/user/argeo@.service deleted file mode 100644 index 04b77b1..0000000 --- a/usr/lib/systemd/user/argeo@.service +++ /dev/null @@ -1,33 +0,0 @@ -[Unit] -Description=Argeo user node %I - -[Service] -Type=simple -StateDirectory=argeo.d/%I -LogsDirectory=argeo.d/%I -ConfigurationDirectory=argeo.d/%I -CacheDirectory=argeo.d/%I -#WorkingDirectory= - -ExecStart=java \ --Dosgi.configuration.cascaded=true \ --Dosgi.sharedConfiguration.area=/etc/argeo.user.d/%I/ \ --Dosgi.sharedConfiguration.area.readOnly=true \ --Dosgi.configuration.area=${STATE_DIRECTORY}/state/ \ --Dosgi.instance.area=${STATE_DIRECTORY}/data/ \ --Dargeo.node.repo.indexesBase=${CACHE_DIRECTORY}/indexes \ --Dorg.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 \ --Declipse.ignoreApp=true \ --Dosgi.noShutdown=true \ --Dorg.eclipse.equinox.http.jetty.autostart=false \ --Djava.library.path=/usr/lib/a2/swt/rcp/org.argeo.tp.swt/ \ -@/etc/argeo.user.d/jvm.args \ -@/etc/argeo.user.d/%I/jvm.args \ -@/usr/share/argeo/jvm.args \ -org.argeo.init.ServiceMain - -# Exit codes of the JVM when SIGTERM or SIGINT have been caught: -SuccessExitStatus=143 130 - -[Install] -WantedBy=multi-user.target