aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.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/gns/gns.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/gns/gns.conf.in')
-rw-r--r--src/gns/gns.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
index 91fd822f8..53da718f5 100644
--- a/src/gns/gns.conf.in
+++ b/src/gns/gns.conf.in
@@ -3,7 +3,7 @@ AUTOSTART = YES
3HOSTNAME = localhost 3HOSTNAME = localhost
4HOME = $SERVICEHOME 4HOME = $SERVICEHOME
5BINARY = gnunet-service-gns 5BINARY = gnunet-service-gns
6UNIXPATH = /tmp/gnunet-service-gns.sock 6UNIXPATH = $SERVICEHOME/gnunet-service-gns.sock
7@UNIXONLY@PORT = 2102 7@UNIXONLY@PORT = 2102
8 8
9ZONE_DIR = $SERVICEHOME/gns/ 9ZONE_DIR = $SERVICEHOME/gns/
@@ -32,7 +32,7 @@ AUTOSTART = NO
32 32
33# Where is the certificate for the GNS proxy stored? 33# Where is the certificate for the GNS proxy stored?
34PROXY_CACERT = $SERVICEHOME/gns/gnsCAcert.pem 34PROXY_CACERT = $SERVICEHOME/gns/gnsCAcert.pem
35PROXY_UNIXPATH = /tmp/gnunet-gns-proxy.sock 35PROXY_UNIXPATH = $SERVICEHOME/gnunet-gns-proxy.sock
36 36
37 37
38[fcfsd] 38[fcfsd]