X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fdht%2Ftest_dht_tools.conf;h=05f7cc0e6392fb7d875519dd9b9618e9a8b7e33a;hb=a12b8c2c4cbf952c8c305cde193bb25c13a0912b;hp=9306c5dc98a12203d45a4420fcc7606b4d5e8830;hpb=2bd0d6fff1558a478162650dad80bf54ccb092e1;p=oweals%2Fgnunet.git diff --git a/src/dht/test_dht_tools.conf b/src/dht/test_dht_tools.conf index 9306c5dc9..05f7cc0e6 100644 --- a/src/dht/test_dht_tools.conf +++ b/src/dht/test_dht_tools.conf @@ -18,7 +18,7 @@ TIMEOUT = 300 s BINDTO = 127.0.0.1 [PATHS] -GNUNET_TEST_HOME = /tmp/test-gnunet-dht-peer-1/ +GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-dht-peer-1/ [nat] DISABLEV6 = YES @@ -30,128 +30,128 @@ EXTERNAL_ADDRESS = 127.0.0.1 USE_LOCALADDR = NO [dht] -AUTOSTART = YES -FORCESTART = YES +START_ON_DEMAND = YES +IMMEDIATE_START = YES [nse] -AUTOSTART = YES +START_ON_DEMAND = YES WORKBITS = 1 # Configuration to disable autostarting of # all services above the 'core' level. # (including resolver) [dns] -AUTOSTART = NO +START_ON_DEMAND = NO [cadet] -AUTOSTART = NO +START_ON_DEMAND = NO [datastore] -AUTOSTART = NO +START_ON_DEMAND = NO [fs] -AUTOSTART = NO +START_ON_DEMAND = NO [dv] -AUTOSTART = NO +START_ON_DEMAND = NO [vpn] -AUTOSTART = NO +START_ON_DEMAND = NO [consensus] -AUTOSTART = NO +START_ON_DEMAND = NO [resolver] -AUTOSTART = NO +START_ON_DEMAND = NO [namestore] -AUTOSTART = NO +START_ON_DEMAND = NO [namecache] -AUTOSTART = NO +START_ON_DEMAND = NO [identity] -AUTOSTART = NO +START_ON_DEMAND = NO [revocation] -AUTOSTART = NO +START_ON_DEMAND = NO [conversation] -AUTOSTART = NO +START_ON_DEMAND = NO [peerstore] -AUTOSTART = NO +START_ON_DEMAND = NO [psycstore] -AUTOSTART = NO +START_ON_DEMAND = NO [gns] -AUTOSTART = NO +START_ON_DEMAND = NO [regex] -AUTOSTART = NO +START_ON_DEMAND = NO [set] -AUTOSTART = NO +START_ON_DEMAND = NO [scalarproduct-bob] -AUTOSTART = NO +START_ON_DEMAND = NO [scalarproduct-alice] -AUTOSTART = NO +START_ON_DEMAND = NO [social] -AUTOSTART = NO +START_ON_DEMAND = NO [psyc] -AUTOSTART = NO +START_ON_DEMAND = NO [rps] -AUTOSTART = NO +START_ON_DEMAND = NO [multicast] -AUTOSTART = NO +START_ON_DEMAND = NO [sensordashboard] -AUTOSTART = NO +START_ON_DEMAND = NO [sensor] -AUTOSTART = NO +START_ON_DEMAND = NO # Configuration file that can be included to prevent ANY of the usual -# FORCESTART = YES to be set. Also disables NSE POW calculation. +# IMMEDIATE_START = YES to be set. Also disables NSE POW calculation. # # This configuration is included from various configuration test files. -# Whenever a new service is added that has FORCESTART = YES for +# Whenever a new service is added that has IMMEDIATE_START = YES for # production should be disabled for (most) test suites, the option should # be added here instead of all over the place ;-). [core] -FORCESTART = NO +IMMEDIATE_START = NO [fs] -FORCESTART = NO +IMMEDIATE_START = NO [dht] -FORCESTART = NO +IMMEDIATE_START = NO [cadet] -FORCESTART = NO +IMMEDIATE_START = NO [nse] -FORCESTART = NO +IMMEDIATE_START = NO WORKBITS = 0 [revocation] -FORCESTART = NO +IMMEDIATE_START = NO [topology] -FORCESTART = NO +IMMEDIATE_START = NO [hostlist] -FORCESTART = NO +IMMEDIATE_START = NO [gns] -FORCESTART = NO +IMMEDIATE_START = NO [zonemaster] -FORCESTART = NO \ No newline at end of file +IMMEDIATE_START = NO