X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdht%2Ftest_dht_tools.conf;h=05f7cc0e6392fb7d875519dd9b9618e9a8b7e33a;hb=a12b8c2c4cbf952c8c305cde193bb25c13a0912b;hp=46d206448dc2f7f2f46aca27582dda8fc1033f23;hpb=9fbda6db66bf8dc074de6c8792f369801e4e5999;p=oweals%2Fgnunet.git diff --git a/src/dht/test_dht_tools.conf b/src/dht/test_dht_tools.conf index 46d206448..05f7cc0e6 100644 --- a/src/dht/test_dht_tools.conf +++ b/src/dht/test_dht_tools.conf @@ -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