aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/util.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/util.conf b/src/util/util.conf
index ceb5fdcbb..f2e5bee28 100644
--- a/src/util/util.conf
+++ b/src/util/util.conf
@@ -36,6 +36,9 @@ GNUNET_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/
36# Runtime data for per-user services 36# Runtime data for per-user services
37GNUNET_USER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/ 37GNUNET_USER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/
38 38
39# Directory to use for temporary files.
40GNUNET_TMP = ${TMPDIR:-${TMP:-/tmp}}/gnunet/
41
39 42
40# Override for GNUNET_HOME used by test cases. 43# Override for GNUNET_HOME used by test cases.
41# GNUNET_TEST_HOME = /tmp/foo/bar 44# GNUNET_TEST_HOME = /tmp/foo/bar