From 72ad42b0a2280a5a842a94a6cf43748c74bc4113 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 12 Mar 2024 16:49:59 +0100 Subject: [PATCH] Fix systemd server unit file --- lib/systemd/system/argeo@.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/systemd/system/argeo@.service b/lib/systemd/system/argeo@.service index 816206b..c70ea58 100644 --- a/lib/systemd/system/argeo@.service +++ b/lib/systemd/system/argeo@.service @@ -26,6 +26,8 @@ ExecStart=java \ -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 \ -Dorg.eclipse.equinox.http.jetty.autostart=false \ +-Declipse.ignoreApp=true \ +-Dosgi.noShutdown=true \ @/usr/local/etc/argeo/jvm.args \ @${CONFIGURATION_DIRECTORY}/../jvm.args \ @${CONFIGURATION_DIRECTORY}/jvm.args \ -- 2.30.2