X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=usr%2Flib%2Fsystemd%2Fsystem%2Fargeo%40.service;fp=usr%2Flib%2Fsystemd%2Fsystem%2Fargeo%40.service;h=0000000000000000000000000000000000000000;hb=b27ec4b5db6467752588a5e62c89fb215bfd9da2;hp=8c05d3cb92f7bcd43b173f3c080346461b36e368;hpb=30e54feecf2b6c765e7efc97c6874b032424e901;p=gpl%2Fargeo-freed.git diff --git a/usr/lib/systemd/system/argeo@.service b/usr/lib/systemd/system/argeo@.service deleted file mode 100644 index 8c05d3c..0000000 --- a/usr/lib/systemd/system/argeo@.service +++ /dev/null @@ -1,44 +0,0 @@ -[Unit] -Description=Argeo node %I -After=network-online.target -Wants=postgresql.service - -[Service] -Type=simple - -User=freed -Group=freed - -StateDirectory=argeo.d/%I -LogsDirectory=argeo.d/%I -ConfigurationDirectory=argeo.d/%I -CacheDirectory=argeo.d/%I -WorkingDirectory=/var/lib/argeo.d/%I - -ExecStart=java \ --Dosgi.configuration.cascaded=true \ --Dosgi.sharedConfiguration.area=/etc/argeo.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 \ -@/etc/argeo.d/jvm.args \ -@${CONFIGURATION_DIRECTORY}/jvm.args \ -@lib/argeo/jvm.args \ -org.argeo.init.ServiceMain - -# Exit codes of the JVM when SIGTERM or SIGINT have been caught: -SuccessExitStatus=143 130 - -CPUAccounting=true -MemoryAccounting=true -TasksAccounting=true -IOAccounting=true -IPAccounting=true - -[Install] -WantedBy=multi-user.target