define GNUNET_TMP
authorChristian Grothoff <christian@grothoff.org>
Sat, 5 May 2018 13:02:29 +0000 (15:02 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sat, 5 May 2018 13:02:29 +0000 (15:02 +0200)
src/util/util.conf

index ceb5fdcbba3ceefee3acf249c18f7d2978ec863b..f2e5bee28296437ee19371c2f9bc9a207cdbf6de 100644 (file)
@@ -36,6 +36,9 @@ GNUNET_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/
 # Runtime data for per-user services
 GNUNET_USER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/
 
+# Directory to use for temporary files.
+GNUNET_TMP = ${TMPDIR:-${TMP:-/tmp}}/gnunet/
+
 
 # Override for GNUNET_HOME used by test cases.
 # GNUNET_TEST_HOME = /tmp/foo/bar