aboutsummaryrefslogtreecommitdiff
path: root/src/util/util.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-12 08:40:04 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-12 08:40:04 +0000
commit56bfc1608f8cb90f13bd2263ce0f1bd14f77159e (patch)
treeb846669b5fdb75debeb0273dcbd073b7597f12cd /src/util/util.conf
parent217821d5221b92b4f46d148abf1fea16c38767d0 (diff)
downloadgnunet-56bfc1608f8cb90f13bd2263ce0f1bd14f77159e.tar.gz
gnunet-56bfc1608f8cb90f13bd2263ce0f1bd14f77159e.zip
-trying to fix #3202
Diffstat (limited to 'src/util/util.conf')
-rw-r--r--src/util/util.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/util/util.conf b/src/util/util.conf
index 1daef76d4..3df538f5d 100644
--- a/src/util/util.conf
+++ b/src/util/util.conf
@@ -24,7 +24,13 @@ GNUNET_CONFIG_HOME = ${XDG_CONFIG_HOME:-$GNUNET_HOME/.config}/gnunet/
24GNUNET_CACHE_HOME = ${XDG_CACHE_HOME:-$GNUNET_HOME/.cache}/gnunet/ 24GNUNET_CACHE_HOME = ${XDG_CACHE_HOME:-$GNUNET_HOME/.cache}/gnunet/
25 25
26# Runtime data (i.e UNIX domain sockets, locks, always lost on system boot) 26# Runtime data (i.e UNIX domain sockets, locks, always lost on system boot)
27GNUNET_RUNTIME_DIR = ${XDG_RUNTIME_DIR:-${TMPDIR:-${TMP:-/tmp}}}/gnunet/ 27# This is the variable for system-wide services; use GNUNET_USER_RUNTIME_DIR
28# for per-user services (where USER_SERVICE=YES is set)
29GNUNET_RUNTIME_DIR = ${XDG_RUNTIME_DIR:-${TMPDIR:-${TMP:-/tmp}}}/gnunet-system-runtime/
30
31# Runtime data for per-user services
32GNUNET_USER_RUNTIME_DIR = ${XDG_RUNTIME_DIR:-${TMPDIR:-${TMP:-/tmp}}}/gnunet-${USERHOME:-${USER:-user}}-runtime/
33
28 34
29# Legacy option... 35# Legacy option...
30# GNUNET_TEST_HOME = ~/.gnunet/ 36# GNUNET_TEST_HOME = ~/.gnunet/