diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-12-10 17:11:06 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-12-10 17:11:06 +0000 |
commit | b8fc68d6cb81adb3803186359b3a30b1a4bb7b5a (patch) | |
tree | be6defbdf18e3af9bdcc979cf27b253fe0b4d5f9 /src/statistics | |
parent | 3871fc32bbd05da817d94f4188023a4edebc367a (diff) |
moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #3565 indirectly
Diffstat (limited to 'src/statistics')
-rw-r--r-- | src/statistics/test_statistics_api_data.conf | 45 |
1 files changed, 13 insertions, 32 deletions
diff --git a/src/statistics/test_statistics_api_data.conf b/src/statistics/test_statistics_api_data.conf index e458f08bfe..c4fdb6aec6 100644 --- a/src/statistics/test_statistics_api_data.conf +++ b/src/statistics/test_statistics_api_data.conf @@ -8,47 +8,28 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/test-statistics-service-statistics.unix [arm] PORT = 22354 -DEFAULTSERVICES = UNIXPATH = $GNUNET_RUNTIME_DIR/test-statistics-service-arm.unix -[fs] -AUTOSTART = NO +[hostlist] +FORCESTART = NO [datastore] -AUTOSTART = NO +FORCESTART = NO [dht] -AUTOSTART = NO - -[transport] -AUTOSTART = NO - -[core] -AUTOSTART = NO - -[peerinfo] -AUTOSTART = NO - -[dns] -AUTOSTART = NO +FORCESTART = NO [nse] -AUTOSTART = NO - -[lockmanager] -AUTOSTART = NO +FORCESTART = NO -[ats] -AUTOSTART = NO +[cadet] +FORCESTART = NO -[namestore] -AUTOSTART = NO +[revocation] +FORCESTART = NO -[gns] -AUTOSTART = NO +[topology] +FORCESTART = NO -[vpn] -AUTOSTART = NO - -[consensus] -AUTOSTART = NO +[fs] +FORCESTART = NO
\ No newline at end of file |