aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-28 16:47:42 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-28 16:47:42 +0000
commitb01ab9629a1e9eecbae514ec662c47b79db78042 (patch)
tree2d1a1c120d41ad2bd1528643fc04ce71bd188eaf /src/arm
parent77865b6b6c1ff1b74217f5d68450793115e10eaf (diff)
downloadgnunet-b01ab9629a1e9eecbae514ec662c47b79db78042.tar.gz
gnunet-b01ab9629a1e9eecbae514ec662c47b79db78042.zip
-do not start unnecessary services
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/test_arm_api_data.conf10
1 files changed, 10 insertions, 0 deletions
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 @@
1@INLINE@ ../../contrib/no_forcestart.conf 1@INLINE@ ../../contrib/no_forcestart.conf
2@INLINE@ ../../contrib/no_autostart_above_core.conf
2 3
3[PATHS] 4[PATHS]
4GNUNET_TEST_HOME = /tmp/test-gnunet-arm/ 5GNUNET_TEST_HOME = /tmp/test-gnunet-arm/
@@ -22,3 +23,12 @@ ACCEPT_FROM6 = ::1;
22 23
23[statistics] 24[statistics]
24AUTOSTART = YES 25AUTOSTART = YES
26
27[core]
28AUTOSTART = NO
29
30[transport]
31AUTOSTART = NO
32
33[ats]
34AUTOSTART = NO