aboutsummaryrefslogtreecommitdiff
path: root/src/transport/template_cfg_peer2.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/transport/template_cfg_peer2.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/transport/template_cfg_peer2.conf')
-rw-r--r--src/transport/template_cfg_peer2.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf
index a4b2f2b91..b5ba77b76 100644
--- a/src/transport/template_cfg_peer2.conf
+++ b/src/transport/template_cfg_peer2.conf
@@ -19,31 +19,31 @@ PORT = 12017
19[arm] 19[arm]
20PORT = 12014 20PORT = 12014
21DEFAULTSERVICES = transport 21DEFAULTSERVICES = transport
22UNIXPATH = /tmp/gnunet-p2-service-arm.sock 22UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock
23 23
24[statistics] 24[statistics]
25PORT = 12013 25PORT = 12013
26UNIXPATH = /tmp/gnunet-p2-service-statistics.sock 26UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-statistics.sock
27 27
28[resolver] 28[resolver]
29PORT = 12012 29PORT = 12012
30UNIXPATH = /tmp/gnunet-p2-service-resolver.sock 30UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-resolver.sock
31 31
32[peerinfo] 32[peerinfo]
33PORT = 12011 33PORT = 12011
34UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock 34UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-peerinfo.sock
35USE_INCLUDED_HELLOS = NO 35USE_INCLUDED_HELLOS = NO
36 36
37[transport] 37[transport]
38#PREFIX = valgrind --leak-check=full 38#PREFIX = valgrind --leak-check=full
39PORT = 12010 39PORT = 12010
40UNIXPATH = /tmp/gnunet-p2-service-transport.sock 40UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock
41 41
42[ats] 42[ats]
43WAN_QUOTA_IN = unlimited 43WAN_QUOTA_IN = unlimited
44WAN_QUOTA_OUT = unlimited 44WAN_QUOTA_OUT = unlimited
45PORT = 12016 45PORT = 12016
46UNIXPATH = /tmp/gnunet-p2-service-ats.sock 46UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-ats.sock
47 47
48[hostlist] 48[hostlist]
49SERVERS = dummy \ No newline at end of file 49SERVERS = dummy \ No newline at end of file