Makefile build for freed
[gpl/argeo-freed.git] / usr / lib / systemd / user / argeo.service
diff --git a/usr/lib/systemd/user/argeo.service b/usr/lib/systemd/user/argeo.service
deleted file mode 100644 (file)
index 888b205..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-[Unit]
-Description=Argeo user runtime
-
-[Service]
-Type=simple
-StateDirectory=argeo/slc
-LogsDirectory=argeo/slc
-ConfigurationDirectory=argeo/slc
-CacheDirectory=argeo/slc
-WorkingDirectory=/usr/local/
-EnvironmentFile=/usr/local/etc/default/argeo
-
-# Optional files
-ExecStartPre=/usr/bin/mkdir -p ${CONFIGURATION_DIRECTORY}
-ExecStartPre=/usr/bin/touch ${CONFIGURATION_DIRECTORY}/jvm.args
-
-ExecStart=java \
--Djava.library.path=${A2_LIBRARY_PATH} \
--Dosgi.framework.useSystemProperties=false \
--Dosgi.noShutdown=true \
--Declipse.ignoreApp=true \
-@etc/argeo/user/jvm.args \
-@${CONFIGURATION_DIRECTORY}/jvm.args \
-@lib/argeo/jvm.args \
-org.argeo.init.RuntimeManagerMain \
-etc/argeo/user/slc
-
-# Exit codes of the JVM when SIGTERM or SIGINT have been caught:
-SuccessExitStatus=143 130
-
-[Install]
-WantedBy=multi-user.target