aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
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/conversation
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/conversation')
-rw-r--r--src/conversation/conversation.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversation/conversation.conf.in b/src/conversation/conversation.conf.in
index b4386e80d..48d2dc507 100644
--- a/src/conversation/conversation.conf.in
+++ b/src/conversation/conversation.conf.in
@@ -1,6 +1,6 @@
1[conversation] 1[conversation]
2AUTOSTART = YES 2AUTOSTART = YES
3BINARY = gnunet-service-conversation 3BINARY = gnunet-service-conversation
4UNIXPATH = /tmp/gnunet-service-conversation.sock 4UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-conversation.sock
5@UNIXONLY@ PORT = 2106 5@UNIXONLY@ PORT = 2106
6 6