aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-16 21:14:39 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-16 21:14:39 +0000
commitbf36352bcdb8eeee76e63604a8ef74a61f899b43 (patch)
tree04b46b5351cf84a266f6c5f19796f3570da1cca0 /contrib
parentcffaa8b4a6591c02325a368dcc7cd3b999d1ef60 (diff)
downloadgnunet-bf36352bcdb8eeee76e63604a8ef74a61f899b43.tar.gz
gnunet-bf36352bcdb8eeee76e63604a8ef74a61f899b43.zip
-adding single file for testing without autostarts above core level
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am1
-rw-r--r--contrib/no_autostart_above_core.conf71
2 files changed, 72 insertions, 0 deletions
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
45 45
46EXTRA_DIST = \ 46EXTRA_DIST = \
47 no_forcestart.conf \ 47 no_forcestart.conf \
48 no_autostart_above_core.conf \
48 coverage.sh \ 49 coverage.sh \
49 report.sh \ 50 report.sh \
50 terminate.py.in \ 51 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 @@
1# Configuration to disable autostarting of
2# all services above the 'core' level.
3# (including resolver)
4
5[dns]
6AUTOSTART = NO
7
8[dht]
9AUTOSTART = NO
10
11[nse]
12AUTOSTART = NO
13
14[cadet]
15AUTOSTART = NO
16
17[datastore]
18AUTOSTART = NO
19
20[fs]
21AUTOSTART = NO
22
23[dv]
24AUTOSTART = NO
25
26[vpn]
27AUTOSTART = NO
28
29[consensus]
30AUTOSTART = NO
31
32[resolver]
33AUTOSTART = NO
34
35[namestore]
36AUTOSTART = NO
37
38[namecache]
39AUTOSTART = NO
40
41[identity]
42AUTOSTART = NO
43
44[revocation]
45AUTOSTART = NO
46
47[conversation]
48AUTOSTART = NO
49
50[peerstore]
51AUTOSTART = NO
52
53[psycstore]
54AUTOSTART = NO
55
56[gns]
57AUTOSTART = NO
58
59[regex]
60AUTOSTART = NO
61
62[set]
63AUTOSTART = NO
64
65[scalarproduct-bob]
66AUTOSTART = NO
67
68[scalarproduct-alice]
69AUTOSTART = NO
70
71