X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=dist%2Fargeo-node%2Frpm%2Fusr%2Flib%2Fsystemd%2Fsystem%2Fargeo%40.service;fp=dist%2Fargeo-node%2Frpm%2Fusr%2Flib%2Fsystemd%2Fsystem%2Fargeo%40.service;h=0000000000000000000000000000000000000000;hb=711b04eacde44a8022e6308232c90e5cb9708b07;hp=c631825a27b3a5228b1ec53ce56807c24b68e3b2;hpb=0a565bebd1e0fc6315ea69f07c5851ea28355b14;p=lgpl%2Fargeo-commons.git diff --git a/dist/argeo-node/rpm/usr/lib/systemd/system/argeo@.service b/dist/argeo-node/rpm/usr/lib/systemd/system/argeo@.service deleted file mode 100644 index c631825a2..000000000 --- a/dist/argeo-node/rpm/usr/lib/systemd/system/argeo@.service +++ /dev/null @@ -1,34 +0,0 @@ -[Unit] -Description=Argeo node %I -After=network.target -Wants=postgresql.service - -[Service] -Type=simple -StateDirectory=argeo.d/%I -LogsDirectory=argeo.d/%I -ConfigurationDirectory=argeo.d/%I -CacheDirectory=argeo.d/%I -WorkingDirectory=/var/lib/argeo.d/%I - -ExecStart=/usr/lib/jvm/jre-11/bin/java \ --Dosgi.configuration.cascaded=true \ --Dosgi.sharedConfiguration.area=/etc/argeo.d/%I \ --Dosgi.sharedConfiguration.area.readOnly=true \ --Dargeo.node.repo.indexesBase=/var/cache/argeo.d/%I/indexes \ --Dorg.osgi.framework.bootdelegation=com.sun.jndi.ldap,com.sun.jndi.ldap.sasl,com.sun.security.jgss,com.sun.jndi.dns,com.sun.nio.file,com.sun.nio.sctp \ --Declipse.ignoreApp=true \ --Dosgi.noShutdown=true \ --Dorg.eclipse.equinox.http.jetty.autostart=false \ --Dosgi.bundles=org.argeo.osgi.boot@start \ -@/usr/share/argeo/jvm.args \ -@/etc/argeo.d/jvm.args \ -@/etc/argeo.d/%I/jvm.args \ -@/usr/share/osgi/boot/framework.args \ --configuration /var/lib/argeo.d/%I/state \ --data /var/lib/argeo.d/%I/data -# Exit codes of the JVM when SIGTERM or SIGINT have been caught: -SuccessExitStatus=143 130 - -[Install] -WantedBy=multi-user.target