From bf36352bcdb8eeee76e63604a8ef74a61f899b43 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 16 Dec 2014 21:14:39 +0000 Subject: -adding single file for testing without autostarts above core level --- contrib/Makefile.am | 1 + contrib/no_autostart_above_core.conf | 71 ++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 contrib/no_autostart_above_core.conf (limited to 'contrib') diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 363588abf..e20aa7812 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -45,6 +45,7 @@ endif EXTRA_DIST = \ no_forcestart.conf \ + no_autostart_above_core.conf \ coverage.sh \ report.sh \ terminate.py.in \ diff --git a/contrib/no_autostart_above_core.conf b/contrib/no_autostart_above_core.conf new file mode 100644 index 000000000..4636f79a9 --- /dev/null +++ b/contrib/no_autostart_above_core.conf @@ -0,0 +1,71 @@ +# Configuration to disable autostarting of +# all services above the 'core' level. +# (including resolver) + +[dns] +AUTOSTART = NO + +[dht] +AUTOSTART = NO + +[nse] +AUTOSTART = NO + +[cadet] +AUTOSTART = NO + +[datastore] +AUTOSTART = NO + +[fs] +AUTOSTART = NO + +[dv] +AUTOSTART = NO + +[vpn] +AUTOSTART = NO + +[consensus] +AUTOSTART = NO + +[resolver] +AUTOSTART = NO + +[namestore] +AUTOSTART = NO + +[namecache] +AUTOSTART = NO + +[identity] +AUTOSTART = NO + +[revocation] +AUTOSTART = NO + +[conversation] +AUTOSTART = NO + +[peerstore] +AUTOSTART = NO + +[psycstore] +AUTOSTART = NO + +[gns] +AUTOSTART = NO + +[regex] +AUTOSTART = NO + +[set] +AUTOSTART = NO + +[scalarproduct-bob] +AUTOSTART = NO + +[scalarproduct-alice] +AUTOSTART = NO + + -- cgit v1.2.3