From: Mathieu Baudier Date: Fri, 22 Jul 2022 07:10:29 +0000 (+0200) Subject: Fix systemd unit file X-Git-Tag: v2.3.10~93 X-Git-Url: https://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=commitdiff_plain;h=e889ce14a1c71f5ead2ab681d59083c734183220 Fix systemd unit file --- diff --git a/sdk/deploy/argeo-init/usr/lib/systemd/system/argeo@.service b/sdk/deploy/argeo-init/usr/lib/systemd/system/argeo@.service index ddea4a5b7..73e705eef 100644 --- a/sdk/deploy/argeo-init/usr/lib/systemd/system/argeo@.service +++ b/sdk/deploy/argeo-init/usr/lib/systemd/system/argeo@.service @@ -18,14 +18,7 @@ ExecStart=/usr/lib/jvm/java-17-openjdk-amd64/bin/java \ -Dosgi.configuration.area=/var/lib/argeo.d/%I/state \ -Dosgi.instance.area=/var/lib/argeo.d/%I/data \ -Dargeo.node.repo.indexesBase=/var/cache/argeo.d/%I/indexes \ --Dorg.osgi.framework.system.packages.extra=\ -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 \ +-Dorg.osgi.framework.system.packages.extra=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 \