aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:05 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:04 +0000
commite73402fc3a6f233b48330435f61ccd93722ac0e5 (patch)
treec63db5153cca3e3aeda01a18a2bad5785b02ecb3 /src
parent99c6e18e63181d8759ecbb398d58019a55d3ce6f (diff)
downloadgnunet-e73402fc3a6f233b48330435f61ccd93722ac0e5.tar.gz
gnunet-e73402fc3a6f233b48330435f61ccd93722ac0e5.zip
rename FORCESTART into IMMEDIATE_START (#4547b)
Diffstat (limited to 'src')
-rw-r--r--src/arm/gnunet-service-arm.c2
-rw-r--r--src/cadet/cadet.conf.in2
-rw-r--r--src/cadet/test_cadet.conf16
-rw-r--r--src/consensus/test_consensus.conf12
-rw-r--r--src/core/test_core_api_send_to_self.conf2
-rw-r--r--src/dht/dht.conf.in2
-rw-r--r--src/dht/test_dht_2dtorus.conf2
-rw-r--r--src/dht/test_dht_api_data.conf2
-rw-r--r--src/dht/test_dht_api_peer1.conf2
-rw-r--r--src/dht/test_dht_line.conf2
-rw-r--r--src/dht/test_dht_monitor.conf2
-rw-r--r--src/dht/test_dht_multipeer.conf2
-rw-r--r--src/dht/test_dht_tools.conf26
-rw-r--r--src/fs/fs.conf.in4
-rw-r--r--src/fs/fs_test_lib_data.conf2
-rw-r--r--src/gns/gns.conf.in2
-rw-r--r--src/hostlist/hostlist.conf2
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_peer1.conf4
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_peer2.conf4
-rw-r--r--src/hostlist/test_learning_adv_peer.conf4
-rw-r--r--src/hostlist/test_learning_learn_peer.conf4
-rw-r--r--src/hostlist/test_learning_learn_peer2.conf4
-rw-r--r--src/integration-tests/confs/test_defaults.conf6
-rw-r--r--src/multicast/test_multicast.conf16
-rw-r--r--src/multicast/test_multicast_line.conf16
-rw-r--r--src/multicast/test_multicast_star.conf16
-rw-r--r--src/nse/nse.conf.in2
-rw-r--r--src/nse/nse_infiniband.conf2
-rw-r--r--src/nse/nse_profiler_test.conf2
-rw-r--r--src/nse/test_nse.conf2
-rw-r--r--src/psyc/test_psyc.conf6
-rw-r--r--src/pt/test_gns_vpn.conf12
-rw-r--r--src/pt/test_gnunet_vpn.conf4
-rw-r--r--src/revocation/revocation.conf.in2
-rw-r--r--src/revocation/test_revocation.conf2
-rw-r--r--src/rps/test_rps.conf22
-rw-r--r--src/social/test_social.conf2
-rw-r--r--src/testbed/test_testbed_api_barriers.conf.in30
-rw-r--r--src/testbed/test_testbed_api_template.conf4
-rw-r--r--src/testbed/test_testbed_underlay.conf.in2
-rw-r--r--src/topology/topology.conf2
-rw-r--r--src/zonemaster/zonemaster.conf.in4
42 files changed, 129 insertions, 129 deletions
diff --git a/src/arm/gnunet-service-arm.c b/src/arm/gnunet-service-arm.c
index a6dccf3de..bc138e6fc 100644
--- a/src/arm/gnunet-service-arm.c
+++ b/src/arm/gnunet-service-arm.c
@@ -2062,7 +2062,7 @@ setup_service (void *cls,
2062 if (GNUNET_YES == 2062 if (GNUNET_YES ==
2063 GNUNET_CONFIGURATION_get_value_yesno (cfg, 2063 GNUNET_CONFIGURATION_get_value_yesno (cfg,
2064 section, 2064 section,
2065 "FORCESTART")) 2065 "IMMEDIATE_START"))
2066 { 2066 {
2067 sl->force_start = GNUNET_YES; 2067 sl->force_start = GNUNET_YES;
2068 if (GNUNET_YES == 2068 if (GNUNET_YES ==
diff --git a/src/cadet/cadet.conf.in b/src/cadet/cadet.conf.in
index 8e4a8b1cf..2f4c6a6db 100644
--- a/src/cadet/cadet.conf.in
+++ b/src/cadet/cadet.conf.in
@@ -1,5 +1,5 @@
1[cadet] 1[cadet]
2FORCESTART = YES 2IMMEDIATE_START = YES
3START_ON_DEMAND = @START_ON_DEMAND@ 3START_ON_DEMAND = @START_ON_DEMAND@
4@JAVAPORT@PORT = 2096 4@JAVAPORT@PORT = 2096
5HOSTNAME = localhost 5HOSTNAME = localhost
diff --git a/src/cadet/test_cadet.conf b/src/cadet/test_cadet.conf
index 4731617d4..5ad67fec2 100644
--- a/src/cadet/test_cadet.conf
+++ b/src/cadet/test_cadet.conf
@@ -68,33 +68,33 @@ NO_IO = YES
68WORKBITS = 0 68WORKBITS = 0
69 69
70[hostlist] 70[hostlist]
71FORCESTART = NO 71IMMEDIATE_START = NO
72START_ON_DEMAND = NO 72START_ON_DEMAND = NO
73 73
74[fs] 74[fs]
75FORCESTART = NO 75IMMEDIATE_START = NO
76START_ON_DEMAND = NO 76START_ON_DEMAND = NO
77 77
78[vpn] 78[vpn]
79FORCESTART = NO 79IMMEDIATE_START = NO
80START_ON_DEMAND = NO 80START_ON_DEMAND = NO
81 81
82[revocation] 82[revocation]
83FORCESTART = NO 83IMMEDIATE_START = NO
84START_ON_DEMAND = NO 84START_ON_DEMAND = NO
85 85
86[gns] 86[gns]
87FORCESTART = NO 87IMMEDIATE_START = NO
88START_ON_DEMAND = NO 88START_ON_DEMAND = NO
89 89
90[namestore] 90[namestore]
91FORCESTART = NO 91IMMEDIATE_START = NO
92START_ON_DEMAND = NO 92START_ON_DEMAND = NO
93 93
94[namecache] 94[namecache]
95FORCESTART = NO 95IMMEDIATE_START = NO
96START_ON_DEMAND = NO 96START_ON_DEMAND = NO
97 97
98[topology] 98[topology]
99FORCESTART = NO 99IMMEDIATE_START = NO
100START_ON_DEMAND = NO 100START_ON_DEMAND = NO
diff --git a/src/consensus/test_consensus.conf b/src/consensus/test_consensus.conf
index 42e06a66d..fa42c3c1a 100644
--- a/src/consensus/test_consensus.conf
+++ b/src/consensus/test_consensus.conf
@@ -17,22 +17,22 @@ BINARY = gnunet-service-evil-consensus
17RESOURCE_DIAGNOSTICS = resource.log.${PEERID:-master} 17RESOURCE_DIAGNOSTICS = resource.log.${PEERID:-master}
18 18
19[core] 19[core]
20FORCESTART = YES 20IMMEDIATE_START = YES
21 21
22[revocation] 22[revocation]
23FORCESTART = NO 23IMMEDIATE_START = NO
24 24
25[fs] 25[fs]
26FORCESTART = NO 26IMMEDIATE_START = NO
27 27
28[gns] 28[gns]
29FORCESTART = NO 29IMMEDIATE_START = NO
30 30
31[zonemaster] 31[zonemaster]
32FORCESTART = NO 32IMMEDIATE_START = NO
33 33
34[hostlist] 34[hostlist]
35FORCESTART = NO 35IMMEDIATE_START = NO
36 36
37[cadet] 37[cadet]
38#PREFIX = valgrind 38#PREFIX = valgrind
diff --git a/src/core/test_core_api_send_to_self.conf b/src/core/test_core_api_send_to_self.conf
index 83928d04a..ad6d4dc60 100644
--- a/src/core/test_core_api_send_to_self.conf
+++ b/src/core/test_core_api_send_to_self.conf
@@ -7,7 +7,7 @@ WAN_QUOTA_IN = 104857600
7WAN_QUOTA_OUT = 104757600 7WAN_QUOTA_OUT = 104757600
8 8
9[test-sts] 9[test-sts]
10FORCESTART = YES 10IMMEDIATE_START = YES
11PORT = 9252 11PORT = 9252
12HOSTNAME = localhost 12HOSTNAME = localhost
13BINARY = test_core_api_send_to_self 13BINARY = test_core_api_send_to_self
diff --git a/src/dht/dht.conf.in b/src/dht/dht.conf.in
index 9ae6d630b..405ef1917 100644
--- a/src/dht/dht.conf.in
+++ b/src/dht/dht.conf.in
@@ -1,5 +1,5 @@
1[dht] 1[dht]
2FORCESTART = YES 2IMMEDIATE_START = YES
3START_ON_DEMAND = @START_ON_DEMAND@ 3START_ON_DEMAND = @START_ON_DEMAND@
4@JAVAPORT@PORT = 2095 4@JAVAPORT@PORT = 2095
5HOSTNAME = localhost 5HOSTNAME = localhost
diff --git a/src/dht/test_dht_2dtorus.conf b/src/dht/test_dht_2dtorus.conf
index c3621cda5..0e546cf68 100644
--- a/src/dht/test_dht_2dtorus.conf
+++ b/src/dht/test_dht_2dtorus.conf
@@ -5,7 +5,7 @@ GNUNET_TEST_HOME = $GNUNET_TMP/test_dht_2dtorus/
5 5
6[dht] 6[dht]
7START_ON_DEMAND = YES 7START_ON_DEMAND = YES
8FORCESTART = YES 8IMMEDIATE_START = YES
9 9
10[dhtcache] 10[dhtcache]
11QUOTA = 1 MB 11QUOTA = 1 MB
diff --git a/src/dht/test_dht_api_data.conf b/src/dht/test_dht_api_data.conf
index 3a9857cff..cb875fad4 100644
--- a/src/dht/test_dht_api_data.conf
+++ b/src/dht/test_dht_api_data.conf
@@ -37,7 +37,7 @@ EXTERNAL_ADDRESS = 127.0.0.1
37 37
38[dht] 38[dht]
39START_ON_DEMAND = YES 39START_ON_DEMAND = YES
40FORCESTART = YES 40IMMEDIATE_START = YES
41 41
42[nse] 42[nse]
43START_ON_DEMAND = YES 43START_ON_DEMAND = YES
diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf
index 64dc243e0..230aa0fa4 100644
--- a/src/dht/test_dht_api_peer1.conf
+++ b/src/dht/test_dht_api_peer1.conf
@@ -34,7 +34,7 @@ USE_LOCALADDR = NO
34 34
35[dht] 35[dht]
36START_ON_DEMAND = YES 36START_ON_DEMAND = YES
37FORCESTART = YES 37IMMEDIATE_START = YES
38 38
39[nse] 39[nse]
40START_ON_DEMAND = YES 40START_ON_DEMAND = YES
diff --git a/src/dht/test_dht_line.conf b/src/dht/test_dht_line.conf
index 8e48b1165..62e337ef2 100644
--- a/src/dht/test_dht_line.conf
+++ b/src/dht/test_dht_line.conf
@@ -5,7 +5,7 @@ GNUNET_TEST_HOME = $GNUNET_TMP/test_dht_line/
5 5
6[dht] 6[dht]
7START_ON_DEMAND = YES 7START_ON_DEMAND = YES
8FORCESTART = YES 8IMMEDIATE_START = YES
9 9
10[dhtcache] 10[dhtcache]
11QUOTA = 1 MB 11QUOTA = 1 MB
diff --git a/src/dht/test_dht_monitor.conf b/src/dht/test_dht_monitor.conf
index 26052555e..feefc2f5e 100644
--- a/src/dht/test_dht_monitor.conf
+++ b/src/dht/test_dht_monitor.conf
@@ -32,7 +32,7 @@ RETURN_LOCAL_ADDRESSES = YES
32 32
33[dht] 33[dht]
34START_ON_DEMAND = YES 34START_ON_DEMAND = YES
35FORCESTART = YES 35IMMEDIATE_START = YES
36 36
37[nse] 37[nse]
38START_ON_DEMAND = YES 38START_ON_DEMAND = YES
diff --git a/src/dht/test_dht_multipeer.conf b/src/dht/test_dht_multipeer.conf
index 725373900..ac35664c4 100644
--- a/src/dht/test_dht_multipeer.conf
+++ b/src/dht/test_dht_multipeer.conf
@@ -3,7 +3,7 @@
3 3
4[dht] 4[dht]
5START_ON_DEMAND = YES 5START_ON_DEMAND = YES
6FORCESTART = YES 6IMMEDIATE_START = YES
7 7
8[dhtcache] 8[dhtcache]
9QUOTA = 1 MB 9QUOTA = 1 MB
diff --git a/src/dht/test_dht_tools.conf b/src/dht/test_dht_tools.conf
index f13c9a66a..05f7cc0e6 100644
--- a/src/dht/test_dht_tools.conf
+++ b/src/dht/test_dht_tools.conf
@@ -31,7 +31,7 @@ USE_LOCALADDR = NO
31 31
32[dht] 32[dht]
33START_ON_DEMAND = YES 33START_ON_DEMAND = YES
34FORCESTART = YES 34IMMEDIATE_START = YES
35 35
36[nse] 36[nse]
37START_ON_DEMAND = YES 37START_ON_DEMAND = YES
@@ -118,40 +118,40 @@ START_ON_DEMAND = NO
118[sensor] 118[sensor]
119START_ON_DEMAND = NO 119START_ON_DEMAND = NO
120# Configuration file that can be included to prevent ANY of the usual 120# Configuration file that can be included to prevent ANY of the usual
121# FORCESTART = YES to be set. Also disables NSE POW calculation. 121# IMMEDIATE_START = YES to be set. Also disables NSE POW calculation.
122# 122#
123# This configuration is included from various configuration test files. 123# This configuration is included from various configuration test files.
124# Whenever a new service is added that has FORCESTART = YES for 124# Whenever a new service is added that has IMMEDIATE_START = YES for
125# production should be disabled for (most) test suites, the option should 125# production should be disabled for (most) test suites, the option should
126# be added here instead of all over the place ;-). 126# be added here instead of all over the place ;-).
127 127
128[core] 128[core]
129FORCESTART = NO 129IMMEDIATE_START = NO
130 130
131[fs] 131[fs]
132FORCESTART = NO 132IMMEDIATE_START = NO
133 133
134[dht] 134[dht]
135FORCESTART = NO 135IMMEDIATE_START = NO
136 136
137[cadet] 137[cadet]
138FORCESTART = NO 138IMMEDIATE_START = NO
139 139
140[nse] 140[nse]
141FORCESTART = NO 141IMMEDIATE_START = NO
142WORKBITS = 0 142WORKBITS = 0
143 143
144[revocation] 144[revocation]
145FORCESTART = NO 145IMMEDIATE_START = NO
146 146
147[topology] 147[topology]
148FORCESTART = NO 148IMMEDIATE_START = NO
149 149
150[hostlist] 150[hostlist]
151FORCESTART = NO 151IMMEDIATE_START = NO
152 152
153[gns] 153[gns]
154FORCESTART = NO 154IMMEDIATE_START = NO
155 155
156[zonemaster] 156[zonemaster]
157FORCESTART = NO 157IMMEDIATE_START = NO
diff --git a/src/fs/fs.conf.in b/src/fs/fs.conf.in
index 7c483a449..92bcf776d 100644
--- a/src/fs/fs.conf.in
+++ b/src/fs/fs.conf.in
@@ -1,6 +1,6 @@
1[fs] 1[fs]
2START_ON_DEMAND = @START_ON_DEMAND@ 2START_ON_DEMAND = @START_ON_DEMAND@
3FORCESTART = YES 3IMMEDIATE_START = YES
4INDEXDB = $GNUNET_DATA_HOME/fs/idxinfo.lst 4INDEXDB = $GNUNET_DATA_HOME/fs/idxinfo.lst
5RESPECT = $GNUNET_DATA_HOME/fs/credit/ 5RESPECT = $GNUNET_DATA_HOME/fs/credit/
6STATE_DIR = $GNUNET_DATA_HOME/fs/persistence/ 6STATE_DIR = $GNUNET_DATA_HOME/fs/persistence/
@@ -61,7 +61,7 @@ MAX_CADET_CLIENTS = 128
61 61
62[gnunet-auto-share] 62[gnunet-auto-share]
63BINARY = gnunet-auto-share 63BINARY = gnunet-auto-share
64FORCESTART = NO 64IMMEDIATE_START = NO
65 65
66# Note: MUST specify path to auto-share directory and CAN specify other options 66# Note: MUST specify path to auto-share directory and CAN specify other options
67# to gnunet-auto-share here! 67# to gnunet-auto-share here!
diff --git a/src/fs/fs_test_lib_data.conf b/src/fs/fs_test_lib_data.conf
index 01cac95b8..c99674798 100644
--- a/src/fs/fs_test_lib_data.conf
+++ b/src/fs/fs_test_lib_data.conf
@@ -11,7 +11,7 @@ QUOTA = 2 GB
11#PLUGIN = heap 11#PLUGIN = heap
12# 12#
13[fs] 13[fs]
14FORCESTART = YES 14IMMEDIATE_START = YES
15 15
16[testbed] 16[testbed]
17OVERLAY_TOPOLOGY = CLIQUE 17OVERLAY_TOPOLOGY = CLIQUE
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
index addfbf14a..2e6a02b07 100644
--- a/src/gns/gns.conf.in
+++ b/src/gns/gns.conf.in
@@ -1,6 +1,6 @@
1[gns] 1[gns]
2START_ON_DEMAND = @START_ON_DEMAND@ 2START_ON_DEMAND = @START_ON_DEMAND@
3FORCESTART = YES 3IMMEDIATE_START = YES
4HOSTNAME = localhost 4HOSTNAME = localhost
5BINARY = gnunet-service-gns 5BINARY = gnunet-service-gns
6UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-gns.sock 6UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-gns.sock
diff --git a/src/hostlist/hostlist.conf b/src/hostlist/hostlist.conf
index 77cd29e73..59cc351cc 100644
--- a/src/hostlist/hostlist.conf
+++ b/src/hostlist/hostlist.conf
@@ -1,5 +1,5 @@
1[hostlist] 1[hostlist]
2FORCESTART = YES 2IMMEDIATE_START = YES
3NOARMBIND = YES 3NOARMBIND = YES
4BINARY = gnunet-daemon-hostlist 4BINARY = gnunet-daemon-hostlist
5 5
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf b/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
index f3346b9fc..00c57c1e5 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
+++ b/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
@@ -34,11 +34,11 @@ HTTPPORT = 12980
34HOSTLISTFILE = hostlists_peer1.file 34HOSTLISTFILE = hostlists_peer1.file
35OPTIONS = -b -p 35OPTIONS = -b -p
36SERVERS = http://localhost:22981/ 36SERVERS = http://localhost:22981/
37FORCESTART = YES 37IMMEDIATE_START = YES
38 38
39[ats] 39[ats]
40PORT = 12971 40PORT = 12971
41UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-ats.sock 41UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-ats.sock
42 42
43[topology] 43[topology]
44FORCESTART = YES \ No newline at end of file 44IMMEDIATE_START = YES
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf b/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
index 95fb7ea1b..6bcd63fe7 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
+++ b/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
@@ -34,11 +34,11 @@ HTTPPORT = 22981
34HOSTLISTFILE = hostlists_peer2.file 34HOSTLISTFILE = hostlists_peer2.file
35OPTIONS = -b -p 35OPTIONS = -b -p
36SERVERS = http://localhost:12980/ 36SERVERS = http://localhost:12980/
37FORCESTART = YES 37IMMEDIATE_START = YES
38 38
39[ats] 39[ats]
40PORT = 22971 40PORT = 22971
41UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-ats.sock 41UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-ats.sock
42 42
43[topology] 43[topology]
44FORCESTART = YES 44IMMEDIATE_START = YES
diff --git a/src/hostlist/test_learning_adv_peer.conf b/src/hostlist/test_learning_adv_peer.conf
index 11c846634..3bee3c0c7 100644
--- a/src/hostlist/test_learning_adv_peer.conf
+++ b/src/hostlist/test_learning_adv_peer.conf
@@ -35,11 +35,11 @@ HOSTLISTFILE = hostlists_adv_peer.file
35OPTIONS = -p -a 35OPTIONS = -p -a
36SERVERS = http://localhost:12981/ 36SERVERS = http://localhost:12981/
37EXTERNAL_DNS_NAME = localhost 37EXTERNAL_DNS_NAME = localhost
38FORCESTART = YES 38IMMEDIATE_START = YES
39 39
40[ats] 40[ats]
41PORT = 22971 41PORT = 22971
42UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-ats-p2-service-core.sock 42UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-ats-p2-service-core.sock
43 43
44[topology] 44[topology]
45FORCESTART = YES 45IMMEDIATE_START = YES
diff --git a/src/hostlist/test_learning_learn_peer.conf b/src/hostlist/test_learning_learn_peer.conf
index 76585dbbd..0dafe6302 100644
--- a/src/hostlist/test_learning_learn_peer.conf
+++ b/src/hostlist/test_learning_learn_peer.conf
@@ -34,11 +34,11 @@ HTTPPORT = 12980
34HOSTLISTFILE = hostlists_learn_peer.file 34HOSTLISTFILE = hostlists_learn_peer.file
35OPTIONS = -b -e 35OPTIONS = -b -e
36SERVERS = http://localhost:12981/ 36SERVERS = http://localhost:12981/
37FORCESTART = YES 37IMMEDIATE_START = YES
38 38
39[ats] 39[ats]
40PORT = 12971 40PORT = 12971
41UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-ats-p1-service-core.sock 41UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-ats-p1-service-core.sock
42 42
43[topology] 43[topology]
44FORCESTART = YES 44IMMEDIATE_START = YES
diff --git a/src/hostlist/test_learning_learn_peer2.conf b/src/hostlist/test_learning_learn_peer2.conf
index 593744cdc..dc2956dcc 100644
--- a/src/hostlist/test_learning_learn_peer2.conf
+++ b/src/hostlist/test_learning_learn_peer2.conf
@@ -34,7 +34,7 @@ HTTPPORT = 32980
34HOSTLISTFILE = hostlists_learn_peer2.file 34HOSTLISTFILE = hostlists_learn_peer2.file
35OPTIONS = -b -e 35OPTIONS = -b -e
36SERVERS = http://localhost:12981/ 36SERVERS = http://localhost:12981/
37FORCESTART = YES 37IMMEDIATE_START = YES
38 38
39[topology] 39[topology]
40FORCESTART = YES 40IMMEDIATE_START = YES
diff --git a/src/integration-tests/confs/test_defaults.conf b/src/integration-tests/confs/test_defaults.conf
index 8114aeabd..3ccdc2946 100644
--- a/src/integration-tests/confs/test_defaults.conf
+++ b/src/integration-tests/confs/test_defaults.conf
@@ -2,7 +2,7 @@
2@INLINE@ ../../../contrib/conf/gnunet/no_autostart_above_core.conf 2@INLINE@ ../../../contrib/conf/gnunet/no_autostart_above_core.conf
3 3
4[fs] 4[fs]
5FORCESTART = YES 5IMMEDIATE_START = YES
6 6
7[datastore] 7[datastore]
8START_ON_DEMAND = YES 8START_ON_DEMAND = YES
@@ -17,10 +17,10 @@ START_ON_DEMAND = YES
17START_ON_DEMAND = YES 17START_ON_DEMAND = YES
18 18
19[hostlist] 19[hostlist]
20FORCESTART = YES 20IMMEDIATE_START = YES
21 21
22[topology] 22[topology]
23FORCESTART = YES 23IMMEDIATE_START = YES
24 24
25[peerinfo] 25[peerinfo]
26USE_INCLUDED_HELLOS = NO 26USE_INCLUDED_HELLOS = NO
diff --git a/src/multicast/test_multicast.conf b/src/multicast/test_multicast.conf
index c8c7b4300..b2f1a764b 100644
--- a/src/multicast/test_multicast.conf
+++ b/src/multicast/test_multicast.conf
@@ -21,36 +21,36 @@ USE_INCLUDED_HELLOS = NO
21NO_IO = YES 21NO_IO = YES
22 22
23[hostlist] 23[hostlist]
24FORCESTART = NO 24IMMEDIATE_START = NO
25START_ON_DEMAND = NO 25START_ON_DEMAND = NO
26 26
27[nat] 27[nat]
28ENABLE_UPNP = NO 28ENABLE_UPNP = NO
29 29
30[fs] 30[fs]
31FORCESTART = NO 31IMMEDIATE_START = NO
32START_ON_DEMAND = NO 32START_ON_DEMAND = NO
33 33
34[vpn] 34[vpn]
35FORCESTART = NO 35IMMEDIATE_START = NO
36START_ON_DEMAND = NO 36START_ON_DEMAND = NO
37 37
38[revocation] 38[revocation]
39FORCESTART = NO 39IMMEDIATE_START = NO
40START_ON_DEMAND = NO 40START_ON_DEMAND = NO
41 41
42[gns] 42[gns]
43FORCESTART = NO 43IMMEDIATE_START = NO
44START_ON_DEMAND = NO 44START_ON_DEMAND = NO
45 45
46[namestore] 46[namestore]
47FORCESTART = NO 47IMMEDIATE_START = NO
48START_ON_DEMAND = NO 48START_ON_DEMAND = NO
49 49
50[namecache] 50[namecache]
51FORCESTART = NO 51IMMEDIATE_START = NO
52START_ON_DEMAND = NO 52START_ON_DEMAND = NO
53 53
54[topology] 54[topology]
55FORCESTART = NO 55IMMEDIATE_START = NO
56START_ON_DEMAND = NO 56START_ON_DEMAND = NO
diff --git a/src/multicast/test_multicast_line.conf b/src/multicast/test_multicast_line.conf
index 3535d8399..c1ce7c63f 100644
--- a/src/multicast/test_multicast_line.conf
+++ b/src/multicast/test_multicast_line.conf
@@ -25,38 +25,38 @@ NO_IO = YES
25ID_ANNOUNCE_TIME = 5 s 25ID_ANNOUNCE_TIME = 5 s
26 26
27[hostlist] 27[hostlist]
28FORCESTART = NO 28IMMEDIATE_START = NO
29START_ON_DEMAND = NO 29START_ON_DEMAND = NO
30 30
31[nat] 31[nat]
32ENABLE_UPNP = NO 32ENABLE_UPNP = NO
33 33
34[fs] 34[fs]
35FORCESTART = NO 35IMMEDIATE_START = NO
36START_ON_DEMAND = NO 36START_ON_DEMAND = NO
37 37
38[vpn] 38[vpn]
39FORCESTART = NO 39IMMEDIATE_START = NO
40START_ON_DEMAND = NO 40START_ON_DEMAND = NO
41 41
42[revocation] 42[revocation]
43FORCESTART = NO 43IMMEDIATE_START = NO
44START_ON_DEMAND = NO 44START_ON_DEMAND = NO
45 45
46[gns] 46[gns]
47FORCESTART = NO 47IMMEDIATE_START = NO
48START_ON_DEMAND = NO 48START_ON_DEMAND = NO
49 49
50[namestore] 50[namestore]
51FORCESTART = NO 51IMMEDIATE_START = NO
52START_ON_DEMAND = NO 52START_ON_DEMAND = NO
53 53
54[namecache] 54[namecache]
55FORCESTART = NO 55IMMEDIATE_START = NO
56START_ON_DEMAND = NO 56START_ON_DEMAND = NO
57 57
58[topology] 58[topology]
59FORCESTART = NO 59IMMEDIATE_START = NO
60START_ON_DEMAND = NO 60START_ON_DEMAND = NO
61 61
62[nse] 62[nse]
diff --git a/src/multicast/test_multicast_star.conf b/src/multicast/test_multicast_star.conf
index f80e36679..516c0e302 100644
--- a/src/multicast/test_multicast_star.conf
+++ b/src/multicast/test_multicast_star.conf
@@ -25,38 +25,38 @@ NO_IO = YES
25ID_ANNOUNCE_TIME = 5 s 25ID_ANNOUNCE_TIME = 5 s
26 26
27[hostlist] 27[hostlist]
28FORCESTART = NO 28IMMEDIATE_START = NO
29START_ON_DEMAND = NO 29START_ON_DEMAND = NO
30 30
31[nat] 31[nat]
32ENABLE_UPNP = NO 32ENABLE_UPNP = NO
33 33
34[fs] 34[fs]
35FORCESTART = NO 35IMMEDIATE_START = NO
36START_ON_DEMAND = NO 36START_ON_DEMAND = NO
37 37
38[vpn] 38[vpn]
39FORCESTART = NO 39IMMEDIATE_START = NO
40START_ON_DEMAND = NO 40START_ON_DEMAND = NO
41 41
42[revocation] 42[revocation]
43FORCESTART = NO 43IMMEDIATE_START = NO
44START_ON_DEMAND = NO 44START_ON_DEMAND = NO
45 45
46[gns] 46[gns]
47FORCESTART = NO 47IMMEDIATE_START = NO
48START_ON_DEMAND = NO 48START_ON_DEMAND = NO
49 49
50[namestore] 50[namestore]
51FORCESTART = NO 51IMMEDIATE_START = NO
52START_ON_DEMAND = NO 52START_ON_DEMAND = NO
53 53
54[namecache] 54[namecache]
55FORCESTART = NO 55IMMEDIATE_START = NO
56START_ON_DEMAND = NO 56START_ON_DEMAND = NO
57 57
58[topology] 58[topology]
59FORCESTART = NO 59IMMEDIATE_START = NO
60START_ON_DEMAND = NO 60START_ON_DEMAND = NO
61 61
62[nse] 62[nse]
diff --git a/src/nse/nse.conf.in b/src/nse/nse.conf.in
index 7b234451c..f3bd90e42 100644
--- a/src/nse/nse.conf.in
+++ b/src/nse/nse.conf.in
@@ -1,6 +1,6 @@
1[nse] 1[nse]
2START_ON_DEMAND = @START_ON_DEMAND@ 2START_ON_DEMAND = @START_ON_DEMAND@
3FORCESTART = YES 3IMMEDIATE_START = YES
4@JAVAPORT@PORT = 2097 4@JAVAPORT@PORT = 2097
5HOSTNAME = localhost 5HOSTNAME = localhost
6BINARY = gnunet-service-nse 6BINARY = gnunet-service-nse
diff --git a/src/nse/nse_infiniband.conf b/src/nse/nse_infiniband.conf
index 816427bac..d2c97567d 100644
--- a/src/nse/nse_infiniband.conf
+++ b/src/nse/nse_infiniband.conf
@@ -14,7 +14,7 @@ SETUP_TIMEOUT = 30m
14STATS_DIR= /home/totakura/nse/test/load 14STATS_DIR= /home/totakura/nse/test/load
15 15
16[nse] 16[nse]
17FORCESTART = YES 17IMMEDIATE_START = YES
18# Overriding network settings for faster testing (do NOT use 18# Overriding network settings for faster testing (do NOT use
19# these values in production just because they are here) 19# these values in production just because they are here)
20WORKDELAY = 60 s 20WORKDELAY = 60 s
diff --git a/src/nse/nse_profiler_test.conf b/src/nse/nse_profiler_test.conf
index 4f55fe4a1..f702faae2 100644
--- a/src/nse/nse_profiler_test.conf
+++ b/src/nse/nse_profiler_test.conf
@@ -12,7 +12,7 @@ OVERLAY_RANDOM_LINKS = 1000
12OPERATION_TIMEOUT = 45 s 12OPERATION_TIMEOUT = 45 s
13 13
14[nse] 14[nse]
15FORCESTART = YES 15IMMEDIATE_START = YES
16START_ON_DEMAND = NO 16START_ON_DEMAND = NO
17# Overriding network settings for faster testing (do NOT use 17# Overriding network settings for faster testing (do NOT use
18# these values in production just because they are here) 18# these values in production just because they are here)
diff --git a/src/nse/test_nse.conf b/src/nse/test_nse.conf
index 8331c241c..22866acfa 100644
--- a/src/nse/test_nse.conf
+++ b/src/nse/test_nse.conf
@@ -3,7 +3,7 @@ GNUNET_TEST_HOME = $GNUNET_TMP/test-nse-multipeer/
3 3
4[nse] 4[nse]
5#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p 5#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
6FORCESTART = YES 6IMMEDIATE_START = YES
7PROOFFILE = $GNUNET_TEST_HOME/proof.nse 7PROOFFILE = $GNUNET_TEST_HOME/proof.nse
8# Overriding network settings for faster testing (do NOT use 8# Overriding network settings for faster testing (do NOT use
9# these values in production just because they are here) 9# these values in production just because they are here)
diff --git a/src/psyc/test_psyc.conf b/src/psyc/test_psyc.conf
index 8b2ab9639..6ff031f0d 100644
--- a/src/psyc/test_psyc.conf
+++ b/src/psyc/test_psyc.conf
@@ -16,13 +16,13 @@ ID_ANNOUNCE_TIME = 5 s
16ENABLE_UPNP = NO 16ENABLE_UPNP = NO
17 17
18[psyc] 18[psyc]
19FORCESTART = YES 19IMMEDIATE_START = YES
20START_ON_DEMAND = YES 20START_ON_DEMAND = YES
21 21
22[multicast] 22[multicast]
23FORCESTART = YES 23IMMEDIATE_START = YES
24START_ON_DEMAND = YES 24START_ON_DEMAND = YES
25 25
26[psycstore] 26[psycstore]
27FORCESTART = YES 27IMMEDIATE_START = YES
28START_ON_DEMAND = YES 28START_ON_DEMAND = YES
diff --git a/src/pt/test_gns_vpn.conf b/src/pt/test_gns_vpn.conf
index 4fd4d8b8a..85dd08113 100644
--- a/src/pt/test_gns_vpn.conf
+++ b/src/pt/test_gns_vpn.conf
@@ -11,7 +11,7 @@ START_SYSTEM_SERVICES = NO
11START_USER_SERVICES = NO 11START_USER_SERVICES = NO
12 12
13[exit] 13[exit]
14FORCESTART = YES 14IMMEDIATE_START = YES
15IPV6ADDR = FC5A:04E1:C2BA::1 15IPV6ADDR = FC5A:04E1:C2BA::1
16IPV6PREFIX = 96 16IPV6PREFIX = 96
17IPV4ADDR = 169.254.86.1 17IPV4ADDR = 169.254.86.1
@@ -25,19 +25,19 @@ EXIT_IFNAME = eth1
25 25
26[dns] 26[dns]
27DNS_EXIT = 8.8.8.8 27DNS_EXIT = 8.8.8.8
28FORCESTART = YES 28IMMEDIATE_START = YES
29 29
30[identity] 30[identity]
31START_ON_DEMAND = YES 31START_ON_DEMAND = YES
32FORCESTART = YES 32IMMEDIATE_START = YES
33 33
34[hostlist] 34[hostlist]
35START_ON_DEMAND = NO 35START_ON_DEMAND = NO
36FORCESTART = NO 36IMMEDIATE_START = NO
37 37
38[zonemaster] 38[zonemaster]
39START_ON_DEMAND = YES 39START_ON_DEMAND = YES
40FORCESTART = YES 40IMMEDIATE_START = YES
41 41
42#[vpn] 42#[vpn]
43#PREFIX = valgrind 43#PREFIX = valgrind
@@ -66,7 +66,7 @@ ZONEKEY = $GNUNET_TEST_HOME/.zonekey
66 66
67# Delays starting of GNS, as we need to first 67# Delays starting of GNS, as we need to first
68# setup the identity subsystem properly. 68# setup the identity subsystem properly.
69FORCESTART = NO 69IMMEDIATE_START = NO
70 70
71[namestore] 71[namestore]
72START_ON_DEMAND = YES 72START_ON_DEMAND = YES
diff --git a/src/pt/test_gnunet_vpn.conf b/src/pt/test_gnunet_vpn.conf
index dfe553784..9bee93e02 100644
--- a/src/pt/test_gnunet_vpn.conf
+++ b/src/pt/test_gnunet_vpn.conf
@@ -9,7 +9,7 @@ PORT = 0
9ALLOW_SHUTDOWN = YES 9ALLOW_SHUTDOWN = YES
10 10
11[exit] 11[exit]
12FORCESTART = YES 12IMMEDIATE_START = YES
13EXIT_IPV4 = YES 13EXIT_IPV4 = YES
14EXIT_IPV6 = YES 14EXIT_IPV6 = YES
15IPV6ADDR = FC5A:04E1:C2BA::1 15IPV6ADDR = FC5A:04E1:C2BA::1
@@ -22,7 +22,7 @@ EXIT_IFNAME = eth1
22 22
23[hostlist] 23[hostlist]
24START_ON_DEMAND = NO 24START_ON_DEMAND = NO
25FORCESTART = NO 25IMMEDIATE_START = NO
26 26
27[nse] 27[nse]
28WORKBITS = 1 28WORKBITS = 1
diff --git a/src/revocation/revocation.conf.in b/src/revocation/revocation.conf.in
index fe2318286..d7ad174c9 100644
--- a/src/revocation/revocation.conf.in
+++ b/src/revocation/revocation.conf.in
@@ -1,6 +1,6 @@
1[revocation] 1[revocation]
2START_ON_DEMAND = @START_ON_DEMAND@ 2START_ON_DEMAND = @START_ON_DEMAND@
3FORCESTART = YES 3IMMEDIATE_START = YES
4@JAVAPORT@PORT = 2112 4@JAVAPORT@PORT = 2112
5HOSTNAME = localhost 5HOSTNAME = localhost
6BINARY = gnunet-service-revocation 6BINARY = gnunet-service-revocation
diff --git a/src/revocation/test_revocation.conf b/src/revocation/test_revocation.conf
index 14ecf6064..3b04150c1 100644
--- a/src/revocation/test_revocation.conf
+++ b/src/revocation/test_revocation.conf
@@ -6,7 +6,7 @@ SERVICEHOME=$GNUNET_TMP/test-revocation-service
6 6
7[revocation] 7[revocation]
8WORKBITS = 3 8WORKBITS = 3
9FORCESTART = YES 9IMMEDIATE_START = YES
10 10
11[identity] 11[identity]
12# Directory where we store information about our egos 12# Directory where we store information about our egos
diff --git a/src/rps/test_rps.conf b/src/rps/test_rps.conf
index 3d856c693..77a0df2c5 100644
--- a/src/rps/test_rps.conf
+++ b/src/rps/test_rps.conf
@@ -5,7 +5,7 @@ UNIXPATH = $GNUNET_TMP/gnunet-service-rps.sock
5HOME = $SERVICEHOME 5HOME = $SERVICEHOME
6# PORT = 2106 6# PORT = 2106
7#@UNIXONLY@ PORT = 2087 7#@UNIXONLY@ PORT = 2087
8FORCESTART = YES 8IMMEDIATE_START = YES
9START_ON_DEMAND = NO 9START_ON_DEMAND = NO
10NOARMBIND = YES 10NOARMBIND = YES
11#OPTIONS=-l /tmp/rps_profiler_logs/rps-[]-%Y-%m-%d.log 11#OPTIONS=-l /tmp/rps_profiler_logs/rps-[]-%Y-%m-%d.log
@@ -80,44 +80,44 @@ DISABLE_TRY_CONNECT = YES
80#GLOBAL_POSTFIX=-l /tmp/rps_profiler_logs/other-[]-%Y-%m-%d.log 80#GLOBAL_POSTFIX=-l /tmp/rps_profiler_logs/other-[]-%Y-%m-%d.log
81 81
82#[statistics] 82#[statistics]
83#FORCESTART = NO 83#IMMEDIATE_START = NO
84#START_ON_DEMAND = NO 84#START_ON_DEMAND = NO
85 85
86[peerinfo] 86[peerinfo]
87NO_IO = YES 87NO_IO = YES
88 88
89[hostlist] 89[hostlist]
90FORCESTART = NO 90IMMEDIATE_START = NO
91START_ON_DEMAND = NO 91START_ON_DEMAND = NO
92 92
93[zonemaster] 93[zonemaster]
94FORCESTART = NO 94IMMEDIATE_START = NO
95START_ON_DEMAND = NO 95START_ON_DEMAND = NO
96 96
97[namecache] 97[namecache]
98FORCESTART = NO 98IMMEDIATE_START = NO
99START_ON_DEMAND = NO 99START_ON_DEMAND = NO
100 100
101[namestore] 101[namestore]
102FORCESTART = NO 102IMMEDIATE_START = NO
103START_ON_DEMAND = NO 103START_ON_DEMAND = NO
104 104
105[topology] 105[topology]
106FORCESTART = NO 106IMMEDIATE_START = NO
107START_ON_DEMAND = NO 107START_ON_DEMAND = NO
108 108
109[vpn] 109[vpn]
110FORCESTART = NO 110IMMEDIATE_START = NO
111START_ON_DEMAND = NO 111START_ON_DEMAND = NO
112 112
113[revocation] 113[revocation]
114FORCESTART = NO 114IMMEDIATE_START = NO
115START_ON_DEMAND = NO 115START_ON_DEMAND = NO
116 116
117[gns] 117[gns]
118FORCESTART = NO 118IMMEDIATE_START = NO
119START_ON_DEMAND = NO 119START_ON_DEMAND = NO
120 120
121[fs] 121[fs]
122FORCESTART = NO 122IMMEDIATE_START = NO
123START_ON_DEMAND = NO 123START_ON_DEMAND = NO
diff --git a/src/social/test_social.conf b/src/social/test_social.conf
index df9815fd2..bc487760f 100644
--- a/src/social/test_social.conf
+++ b/src/social/test_social.conf
@@ -4,7 +4,7 @@
4GNUNET_TEST_HOME = $GNUNET_TMP/gnunet-test-social/ 4GNUNET_TEST_HOME = $GNUNET_TMP/gnunet-test-social/
5 5
6[social] 6[social]
7FORCESTART = YES 7IMMEDIATE_START = YES
8 8
9[transport] 9[transport]
10PLUGINS = tcp 10PLUGINS = tcp
diff --git a/src/testbed/test_testbed_api_barriers.conf.in b/src/testbed/test_testbed_api_barriers.conf.in
index 846b894c7..ac0c9c400 100644
--- a/src/testbed/test_testbed_api_barriers.conf.in
+++ b/src/testbed/test_testbed_api_barriers.conf.in
@@ -13,11 +13,11 @@ PORT = 12366
13START_ON_DEMAND = NO 13START_ON_DEMAND = NO
14PORT = 12114 14PORT = 12114
15BINARY = /will/be/overwriten/in/test_testbed_api_barriers/ 15BINARY = /will/be/overwriten/in/test_testbed_api_barriers/
16FORCESTART = YES 16IMMEDIATE_START = YES
17 17
18[fs] 18[fs]
19START_ON_DEMAND = NO 19START_ON_DEMAND = NO
20FORCESTART = NO 20IMMEDIATE_START = NO
21 21
22[resolver] 22[resolver]
23HOSTNAME = localhost 23HOSTNAME = localhost
@@ -25,11 +25,11 @@ START_ON_DEMAND = NO
25 25
26[cadet] 26[cadet]
27START_ON_DEMAND = NO 27START_ON_DEMAND = NO
28FORCESTART = NO 28IMMEDIATE_START = NO
29 29
30[dht] 30[dht]
31START_ON_DEMAND = NO 31START_ON_DEMAND = NO
32FORCESTART = NO 32IMMEDIATE_START = NO
33 33
34[dhtcache] 34[dhtcache]
35QUOTA = 1 MB 35QUOTA = 1 MB
@@ -41,7 +41,7 @@ ACCEPT_FROM6 = ::1;
41ACCEPT_FROM = 127.0.0.1; 41ACCEPT_FROM = 127.0.0.1;
42NEIGHBOUR_LIMIT = 50 42NEIGHBOUR_LIMIT = 50
43PORT = 12365 43PORT = 12365
44FORCESTART = YES 44IMMEDIATE_START = YES
45 45
46[ats] 46[ats]
47WAN_QUOTA_OUT = 3932160 47WAN_QUOTA_OUT = 3932160
@@ -50,7 +50,7 @@ WAN_QUOTA_IN = 3932160
50[core] 50[core]
51PORT = 12092 51PORT = 12092
52START_ON_DEMAND = YES 52START_ON_DEMAND = YES
53FORCESTART = YES 53IMMEDIATE_START = YES
54USE_EPHEMERAL_KEYS = NO 54USE_EPHEMERAL_KEYS = NO
55 55
56[transport-udp] 56[transport-udp]
@@ -62,42 +62,42 @@ GNUNET_TEST_HOME = $GNUNET_TMP/test-testbed/
62 62
63[dns] 63[dns]
64START_ON_DEMAND = NO 64START_ON_DEMAND = NO
65FORCESTART = NO 65IMMEDIATE_START = NO
66 66
67[nse] 67[nse]
68START_ON_DEMAND = NO 68START_ON_DEMAND = NO
69FORCESTART = NO 69IMMEDIATE_START = NO
70 70
71[vpn] 71[vpn]
72START_ON_DEMAND = NO 72START_ON_DEMAND = NO
73FORCESTART = NO 73IMMEDIATE_START = NO
74 74
75[nat] 75[nat]
76RETURN_LOCAL_ADDRESSES = YES 76RETURN_LOCAL_ADDRESSES = YES
77FORCESTART = NO 77IMMEDIATE_START = NO
78 78
79[gns-helper-service-w32] 79[gns-helper-service-w32]
80START_ON_DEMAND = NO 80START_ON_DEMAND = NO
81 81
82[consensus] 82[consensus]
83START_ON_DEMAND = NO 83START_ON_DEMAND = NO
84FORCESTART = NO 84IMMEDIATE_START = NO
85 85
86[gns] 86[gns]
87START_ON_DEMAND = NO 87START_ON_DEMAND = NO
88FORCESTART = NO 88IMMEDIATE_START = NO
89 89
90[statistics] 90[statistics]
91START_ON_DEMAND = NO 91START_ON_DEMAND = NO
92FORCESTART = NO 92IMMEDIATE_START = NO
93 93
94[peerinfo] 94[peerinfo]
95NO_IO = YES 95NO_IO = YES
96 96
97[set] 97[set]
98START_ON_DEMAND = NO 98START_ON_DEMAND = NO
99FORCESTART = NO 99IMMEDIATE_START = NO
100 100
101[revocation] 101[revocation]
102START_ON_DEMAND = NO 102START_ON_DEMAND = NO
103FORCESTART = NO 103IMMEDIATE_START = NO
diff --git a/src/testbed/test_testbed_api_template.conf b/src/testbed/test_testbed_api_template.conf
index d893ba143..381c1bd85 100644
--- a/src/testbed/test_testbed_api_template.conf
+++ b/src/testbed/test_testbed_api_template.conf
@@ -18,7 +18,7 @@ PLUGINS = udp
18ACCEPT_FROM6 = ::1; 18ACCEPT_FROM6 = ::1;
19ACCEPT_FROM = 127.0.0.1; 19ACCEPT_FROM = 127.0.0.1;
20NEIGHBOUR_LIMIT = 50 20NEIGHBOUR_LIMIT = 50
21FORCESTART = YES 21IMMEDIATE_START = YES
22 22
23# Transport requires resolver when connecting to a peer, so enable it 23# Transport requires resolver when connecting to a peer, so enable it
24[resolver] 24[resolver]
@@ -30,7 +30,7 @@ WAN_QUOTA_IN = 3932160
30 30
31[core] 31[core]
32USE_EPHEMERAL_KEYS = NO 32USE_EPHEMERAL_KEYS = NO
33FORCESTART = YES 33IMMEDIATE_START = YES
34 34
35[transport-udp] 35[transport-udp]
36TIMEOUT = 300 s 36TIMEOUT = 300 s
diff --git a/src/testbed/test_testbed_underlay.conf.in b/src/testbed/test_testbed_underlay.conf.in
index b46716cde..1916cc59d 100644
--- a/src/testbed/test_testbed_underlay.conf.in
+++ b/src/testbed/test_testbed_underlay.conf.in
@@ -7,7 +7,7 @@ OPERATION_TIMEOUT = 5 s
7[testbed-underlay] 7[testbed-underlay]
8START_ON_DEMAND = NO 8START_ON_DEMAND = NO
9DBFILE = /will/be/overwritten/by/testcase 9DBFILE = /will/be/overwritten/by/testcase
10FORCESTART = YES 10IMMEDIATE_START = YES
11 11
12[dv] 12[dv]
13START_ON_DEMAND = NO 13START_ON_DEMAND = NO
diff --git a/src/topology/topology.conf b/src/topology/topology.conf
index 2baf7ad38..45d8dd0c7 100644
--- a/src/topology/topology.conf
+++ b/src/topology/topology.conf
@@ -1,5 +1,5 @@
1[topology] 1[topology]
2FORCESTART = YES 2IMMEDIATE_START = YES
3NOARMBIND = YES 3NOARMBIND = YES
4MINIMUM-FRIENDS = 0 4MINIMUM-FRIENDS = 0
5FRIENDS-ONLY = NO 5FRIENDS-ONLY = NO
diff --git a/src/zonemaster/zonemaster.conf.in b/src/zonemaster/zonemaster.conf.in
index 057e43f29..58cfcb7ce 100644
--- a/src/zonemaster/zonemaster.conf.in
+++ b/src/zonemaster/zonemaster.conf.in
@@ -1,6 +1,6 @@
1[zonemaster] 1[zonemaster]
2START_ON_DEMAND = @START_ON_DEMAND@ 2START_ON_DEMAND = @START_ON_DEMAND@
3FORCESTART = YES 3IMMEDIATE_START = YES
4HOSTNAME = localhost 4HOSTNAME = localhost
5BINARY = gnunet-service-zonemaster 5BINARY = gnunet-service-zonemaster
6UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-zonemaster.sock 6UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-zonemaster.sock
@@ -28,7 +28,7 @@ ZONE_PUBLISH_TIME_WINDOW = 4 h
28 28
29[zonemaster-monitor] 29[zonemaster-monitor]
30START_ON_DEMAND = @START_ON_DEMAND@ 30START_ON_DEMAND = @START_ON_DEMAND@
31FORCESTART = YES 31IMMEDIATE_START = YES
32HOSTNAME = localhost 32HOSTNAME = localhost
33BINARY = gnunet-service-zonemaster-monitor 33BINARY = gnunet-service-zonemaster-monitor
34UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-zonemaster-monitor.sock 34UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-zonemaster-monitor.sock