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/dv | |
parent | 3871fc32bbd05da817d94f4188023a4edebc367a (diff) |
moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #3565 indirectly
Diffstat (limited to 'src/dv')
-rw-r--r-- | src/dv/template_dv.conf | 34 |
1 files changed, 1 insertions, 33 deletions
diff --git a/src/dv/template_dv.conf b/src/dv/template_dv.conf index 7859b12bb1..0a3d81bcf0 100644 --- a/src/dv/template_dv.conf +++ b/src/dv/template_dv.conf @@ -28,38 +28,6 @@ GNUNET_TEST_HOME = /tmp/test-gnunet-dv-testing/ [peerinfo] USE_INCLUDED_HELLOS = NO -[arm] -DEFAULTSERVICES = core - -[fs] -AUTOSTART = NO - -[datastore] -AUTOSTART = NO - -[dns] -AUTOSTART = NO - -[nse] -AUTOSTART = NO - -[chat] -AUTOSTART = NO - -[gns] -AUTOSTART = NO - -[vpn] -AUTOSTART = NO - -[namestore] -AUTOSTART = NO - -[lockmanager] -AUTOSTART = NO - -[consensus] -AUTOSTART = NO - [nat] RETURN_LOCAL_ADDRESSES = YES + |