aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity/identity.conf.in')
-rw-r--r--src/identity/identity.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/identity/identity.conf.in b/src/identity/identity.conf.in
index 671e5f2f1..d06912681 100644
--- a/src/identity/identity.conf.in
+++ b/src/identity/identity.conf.in
@@ -6,7 +6,7 @@ HOME = $SERVICEHOME
6BINARY = gnunet-service-identity 6BINARY = gnunet-service-identity
7ACCEPT_FROM = 127.0.0.1; 7ACCEPT_FROM = 127.0.0.1;
8ACCEPT_FROM6 = ::1; 8ACCEPT_FROM6 = ::1;
9UNIXPATH = /tmp/gnunet-service-identity.unix 9UNIXPATH = $SERVICEHOME/gnunet-service-identity.unix
10UNIX_MATCH_UID = NO 10UNIX_MATCH_UID = NO
11UNIX_MATCH_GID = YES 11UNIX_MATCH_GID = YES
12 12