aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-11 16:09:56 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-11 16:09:56 +0000
commit996871b39362b2ce34980d99e7fedfb05075f041 (patch)
tree216af472c01d9a7ba36687ba4957c67f4e281be6 /src/namestore/namestore.conf.in
parent79fa5ae2d73c1da264e9565ba46868ee08dffacd (diff)
downloadgnunet-996871b39362b2ce34980d99e7fedfb05075f041.tar.gz
gnunet-996871b39362b2ce34980d99e7fedfb05075f041.zip
implementing #3064: enable split-personality ARM to run some services as 'gnunet' and others as grothoff, depending on level of personal information available to the service
Diffstat (limited to 'src/namestore/namestore.conf.in')
-rw-r--r--src/namestore/namestore.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/namestore.conf.in b/src/namestore/namestore.conf.in
index 66695af2e..c1fb9435d 100644
--- a/src/namestore/namestore.conf.in
+++ b/src/namestore/namestore.conf.in
@@ -1,5 +1,6 @@
1[namestore] 1[namestore]
2AUTOSTART = YES 2AUTOSTART = YES
3USER_SERVICE = YES
3UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-namestore.sock 4UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-namestore.sock
4UNIX_MATCH_UID = NO 5UNIX_MATCH_UID = NO
5UNIX_MATCH_GID = YES 6UNIX_MATCH_GID = YES