aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/statistics.conf.in
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/statistics/statistics.conf.in
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/statistics/statistics.conf.in')
-rw-r--r--src/statistics/statistics.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/statistics.conf.in b/src/statistics/statistics.conf.in
index 7ce0af99f..c7d303782 100644
--- a/src/statistics/statistics.conf.in
+++ b/src/statistics/statistics.conf.in
@@ -5,7 +5,7 @@ HOSTNAME = localhost
5BINARY = gnunet-service-statistics 5BINARY = gnunet-service-statistics
6ACCEPT_FROM = 127.0.0.1; 6ACCEPT_FROM = 127.0.0.1;
7ACCEPT_FROM6 = ::1; 7ACCEPT_FROM6 = ::1;
8UNIXPATH = /tmp/gnunet-service-statistics.sock 8UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-statistics.sock
9UNIX_MATCH_UID = NO 9UNIX_MATCH_UID = NO
10UNIX_MATCH_GID = YES 10UNIX_MATCH_GID = YES
11DATABASE = $GNUNET_DATA_HOME/statistics.dat 11DATABASE = $GNUNET_DATA_HOME/statistics.dat