Introduce init runtime manager
[gpl/argeo-freed.git] / usr / lib / systemd / system / argeo@.service
index f3654cd1798798a09856868701916500e083e6d4..b940216f759e11ca9625277cd98f51e136cb9315 100644 (file)
@@ -16,7 +16,6 @@ CacheDirectory=argeo.d/%I
 WorkingDirectory=/var/lib/argeo.d/%I
 
 ExecStart=java \
--Dfile.encoding=UTF-8 \
 -Dosgi.configuration.cascaded=true \
 -Dosgi.sharedConfiguration.area=/etc/argeo.d/%I/ \
 -Dosgi.sharedConfiguration.area.readOnly=true \
@@ -29,8 +28,9 @@ ExecStart=java \
 -Dorg.eclipse.equinox.http.jetty.autostart=false \
 @/etc/argeo.d/jvm.args \
 @${CONFIGURATION_DIRECTORY}/jvm.args \
-@/usr/share/argeo/jvm.args
-
+@/usr/share/argeo/jvm.args \
+org.argeo.init.Service
 # Exit codes of the JVM when SIGTERM or SIGINT have been caught:
 SuccessExitStatus=143 130