aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-26 18:48:59 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-26 18:48:59 +0000
commitfa7d6b32530d3d8c2d7e542a15319c74c22061b6 (patch)
tree8f4c7615c89f646a66fc709b698ef81becdf1ad1 /src/fs/fs.conf.in
parentd79a03493ba5d0581e828724a402a2054429e7be (diff)
downloadgnunet-fa7d6b32530d3d8c2d7e542a15319c74c22061b6.tar.gz
gnunet-fa7d6b32530d3d8c2d7e542a15319c74c22061b6.zip
moving from abstract unix domain socket paths to normal unix domain socket paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
Diffstat (limited to 'src/fs/fs.conf.in')
-rw-r--r--src/fs/fs.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs.conf.in b/src/fs/fs.conf.in
index 2375dc7ec..ef98272f6 100644
--- a/src/fs/fs.conf.in
+++ b/src/fs/fs.conf.in
@@ -22,7 +22,7 @@ CONTENT_CACHING = YES
22# (may improve anonymity, probably not a good idea if content_caching is NO) 22# (may improve anonymity, probably not a good idea if content_caching is NO)
23CONTENT_PUSHING = YES 23CONTENT_PUSHING = YES
24 24
25UNIXPATH = /tmp/gnunet-service-fs.sock 25UNIXPATH = $SERVICEHOME/gnunet-service-fs.sock
26 26
27# Do we require users that want to access file-sharing to run this process 27# Do we require users that want to access file-sharing to run this process
28# (usually not a good idea) 28# (usually not a good idea)