diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-09-27 09:49:39 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-09-27 09:49:39 +0000 |
commit | bcdae74167d2e1f9d8dd9b01fb368bf8bcc2287d (patch) | |
tree | b1f47d243e677d53de0c3503a1d5caf43dba073e /src/dv/dv.conf.in | |
parent | dd22c2132e58ba4ac960337efc0f843c12f58780 (diff) |
-undo #29640, somehow causes problems
Diffstat (limited to 'src/dv/dv.conf.in')
-rw-r--r-- | src/dv/dv.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dv/dv.conf.in b/src/dv/dv.conf.in index 70b9cfd55..c0dc21bfd 100644 --- a/src/dv/dv.conf.in +++ b/src/dv/dv.conf.in @@ -6,7 +6,7 @@ BINARY = gnunet-service-dv HOME = $SERVICEHOME HOSTNAME = localhost @UNIXONLY@ PORT = 2571 -UNIXPATH = $SERVICEHOME/gnunet-service-dv.sock +UNIXPATH = /tmp/gnunet-service-dv.sock UNIX_MATCH_UID = YES UNIX_MATCH_GID = YES # ACCEPT_FROM = |