From b01ab9629a1e9eecbae514ec662c47b79db78042 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 28 Jun 2016 16:47:42 +0000 Subject: [PATCH] -do not start unnecessary services --- src/arm/test_arm_api_data.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/arm/test_arm_api_data.conf b/src/arm/test_arm_api_data.conf index ae9607f3e..0767b7982 100644 --- a/src/arm/test_arm_api_data.conf +++ b/src/arm/test_arm_api_data.conf @@ -1,4 +1,5 @@ @INLINE@ ../../contrib/no_forcestart.conf +@INLINE@ ../../contrib/no_autostart_above_core.conf [PATHS] GNUNET_TEST_HOME = /tmp/test-gnunet-arm/ @@ -22,3 +23,12 @@ ACCEPT_FROM6 = ::1; [statistics] AUTOSTART = YES + +[core] +AUTOSTART = NO + +[transport] +AUTOSTART = NO + +[ats] +AUTOSTART = NO -- 2.25.1