REST/NAMESTORE: rework API
[oweals/gnunet.git] / src / nse / nse.conf.in
index ecae4641c3c848e4c76e2d223f5ac2fa9bb2c5eb..f3bd90e42eaa7d0b2085a42b6275715fd7932452 100644 (file)
@@ -1,11 +1,12 @@
 [nse]
-AUTOSTART = YES
+START_ON_DEMAND = @START_ON_DEMAND@
+IMMEDIATE_START = YES
 @JAVAPORT@PORT = 2097
 HOSTNAME = localhost
 BINARY = gnunet-service-nse
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
-UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-nse.unix
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-nse.sock
 UNIX_MATCH_UID = NO
 UNIX_MATCH_GID = YES
 PROOFFILE = $GNUNET_DATA_HOME/nse/proof.dat
@@ -13,7 +14,7 @@ PROOFFILE = $GNUNET_DATA_HOME/nse/proof.dat
 # The directory where the NSE services logs timestamps everytime
 # a size estime flooding message is received
 # This option is only used for benchmarking, not in production.
-HISTOGRAM_DIR = $GNUNET_CACHE_HOME/nse/histogram/
+HISTOGRAM_DIR = $GNUNET_CACHE_HOME/nse/histogram
 
 # How 'slowly' should the proof-of-work be constructed (delay
 # between rounds); sane values between 0 and ~1000.