From 996871b39362b2ce34980d99e7fedfb05075f041 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 11 Oct 2013 16:09:56 +0000 Subject: 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 --- src/gns/gns.conf.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gns') diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in index beb0ae9a9..4e83a00bf 100644 --- a/src/gns/gns.conf.in +++ b/src/gns/gns.conf.in @@ -23,6 +23,7 @@ ZONE_PUBLISH_TIME_WINDOW = 4 h [gns-proxy] BINARY = gnunet-gns-proxy AUTOSTART = NO +USER_SERVICE = YES # Where is the certificate for the GNS proxy stored? PROXY_CACERT = $GNUNET_DATA_HOME/gns/gns_ca_cert.pem @@ -32,6 +33,7 @@ PROXY_UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-gns-proxy.sock [dns2gns] BINARY = gnunet-dns2gns AUTOSTART = NO +USER_SERVICE = YES # -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use OPTIONS = -d 8.8.8.8 -- cgit v1.2.3