diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-09-26 18:48:59 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-09-26 18:48:59 +0000 |
commit | fa7d6b32530d3d8c2d7e542a15319c74c22061b6 (patch) | |
tree | 8f4c7615c89f646a66fc709b698ef81becdf1ad1 /src/statistics | |
parent | d79a03493ba5d0581e828724a402a2054429e7be (diff) |
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/statistics')
-rw-r--r-- | src/statistics/statistics.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/statistics.conf.in b/src/statistics/statistics.conf.in index 669e89bd76..3d2294d377 100644 --- a/src/statistics/statistics.conf.in +++ b/src/statistics/statistics.conf.in @@ -6,7 +6,7 @@ HOME = $SERVICEHOME BINARY = gnunet-service-statistics ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; -UNIXPATH = /tmp/gnunet-service-statistics.sock +UNIXPATH = $SERVICEHOME/gnunet-service-statistics.sock UNIX_MATCH_UID = NO UNIX_MATCH_GID = YES # DISABLE_SOCKET_FORWARDING = NO |