aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-23 22:48:10 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-23 22:48:10 +0000
commitc65eba57340ed84c67b73ae2007b1bb59b645802 (patch)
tree02e9db38853dfc2a448774072e0a2340e9523842 /src/gns
parentdf64e68d7a864d9204c44c82cc32696393161bb1 (diff)
downloadgnunet-c65eba57340ed84c67b73ae2007b1bb59b645802.tar.gz
gnunet-c65eba57340ed84c67b73ae2007b1bb59b645802.zip
-gns is user service
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gns.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
index 25a6f3ab5..356923790 100644
--- a/src/gns/gns.conf.in
+++ b/src/gns/gns.conf.in
@@ -4,6 +4,7 @@ HOSTNAME = localhost
4BINARY = gnunet-service-gns 4BINARY = gnunet-service-gns
5UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-gns.sock 5UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-gns.sock
6@UNIXONLY@PORT = 2102 6@UNIXONLY@PORT = 2102
7USER_SERVICE = YES
7 8
8# Do we require users that want to access GNS to run this process 9# Do we require users that want to access GNS to run this process
9# (usually not a good idea) 10# (usually not a good idea)