Introduce init runtime manager
[gpl/argeo-freed.git] / usr / lib / systemd / user / argeo@.service
index 6704c8fe0b74f6a7b0e368c9c9fd1a07353031f3..3e378b8df055bb0e996b23ae5f7cc0db66eb2bc6 100644 (file)
@@ -10,7 +10,6 @@ CacheDirectory=argeo.d/%I
 #WorkingDirectory=
 
 ExecStart=java \
--Dfile.encoding=UTF-8 \
 -Dosgi.configuration.cascaded=true \
 -Dosgi.sharedConfiguration.area=/etc/argeo.user.d/%I/ \
 -Dosgi.sharedConfiguration.area.readOnly=true \
@@ -24,7 +23,9 @@ ExecStart=java \
 -Djava.library.path=/usr/lib/a2/swt/rcp/org.argeo.tp.swt/ \
 @/etc/argeo.user.d/jvm.args \
 @/etc/argeo.user.d/%I/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