aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/test_consensus.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-09 10:30:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-09 10:30:21 +0000
commit7b29d40b75fd60ce5e0b86694499627dc9c63022 (patch)
treeb33914ae90ad85884f34f44d7fc0483f85661cf5 /src/consensus/test_consensus.conf
parentd0a9f269aa6575253b1c284d594a467e6fdeb7c7 (diff)
downloadgnunet-7b29d40b75fd60ce5e0b86694499627dc9c63022.tar.gz
gnunet-7b29d40b75fd60ce5e0b86694499627dc9c63022.zip
last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by default
Diffstat (limited to 'src/consensus/test_consensus.conf')
-rw-r--r--src/consensus/test_consensus.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consensus/test_consensus.conf b/src/consensus/test_consensus.conf
index a59a1012a..a134da9dc 100644
--- a/src/consensus/test_consensus.conf
+++ b/src/consensus/test_consensus.conf
@@ -7,7 +7,7 @@ BINARY = gnunet-service-consensus
7#PREFIX = valgrind --leak-check=full 7#PREFIX = valgrind --leak-check=full
8ACCEPT_FROM = 127.0.0.1; 8ACCEPT_FROM = 127.0.0.1;
9ACCEPT_FROM6 = ::1; 9ACCEPT_FROM6 = ::1;
10UNIXPATH = /tmp/gnunet-service-consensus.sock 10UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-consensus.sock
11UNIX_MATCH_UID = YES 11UNIX_MATCH_UID = YES
12UNIX_MATCH_GID = YES 12UNIX_MATCH_GID = YES
13OPTIONS = -L INFO 13OPTIONS = -L INFO