From 469dd8d3cb84c44f67ad2286aed0bf8b80e7608f Mon Sep 17 00:00:00 2001 From: brinn <brinn> Date: Wed, 13 Aug 2008 05:57:36 +0000 Subject: [PATCH] add: configuration file for pre-Java stuff SVN: 7844 --- dataset_download/etc/dataset_download.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dataset_download/etc/dataset_download.conf diff --git a/dataset_download/etc/dataset_download.conf b/dataset_download/etc/dataset_download.conf new file mode 100644 index 00000000000..fd1ce955aa6 --- /dev/null +++ b/dataset_download/etc/dataset_download.conf @@ -0,0 +1,18 @@ +# +# Dataset Download Server configuration file +# + +# +# Home directory of the JRE that should be used +# +#JAVA_HOME=${JAVA_HOME:=/usr/java/latest} + +# +# Options to the JRE +# +JAVA_OPTS=${JAVA_OPTS:=-server} + +# +# Maximal number of log files to keep +# +MAXLOGS=5 \ No newline at end of file -- GitLab