REST/NAMESTORE: rework API
[oweals/gnunet.git] / src / nse / nse.conf.in
index f613b51d2966af2f72bd8b19249e8542b510442b..f3bd90e42eaa7d0b2085a42b6275715fd7932452 100644 (file)
@@ -1,20 +1,20 @@
 [nse]
-AUTOSTART = YES
+START_ON_DEMAND = @START_ON_DEMAND@
+IMMEDIATE_START = YES
 @JAVAPORT@PORT = 2097
 HOSTNAME = localhost
-HOME = $SERVICEHOME
 BINARY = gnunet-service-nse
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
-UNIXPATH = $SERVICEHOME/gnunet-service-nse.unix
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-nse.sock
 UNIX_MATCH_UID = NO
 UNIX_MATCH_GID = YES
-PROOFFILE = $SERVICEHOME/.nse-proof
+PROOFFILE = $GNUNET_DATA_HOME/nse/proof.dat
 
-# The directory where the NSE services logs timestamps everytime 
+# 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 = $SERVICEHOME
+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.