aboutsummaryrefslogtreecommitdiff
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
parent99c6e18e63181d8759ecbb398d58019a55d3ce6f (diff)
downloadgnunet-e73402fc3a6f233b48330435f61ccd93722ac0e5.tar.gz
gnunet-e73402fc3a6f233b48330435f61ccd93722ac0e5.zip
rename FORCESTART into IMMEDIATE_START (#4547b)
-rw-r--r--configure.ac2
-rw-r--r--contrib/conf/gnunet/no_forcestart.conf26
-rw-r--r--doc/documentation/chapters/developer.texi8
-rw-r--r--doc/documentation/chapters/user.texi2
-rw-r--r--doc/documentation/gnunet-c-tutorial.texi2
-rw-r--r--doc/man/gnunet-auto-share.12
-rw-r--r--doc/man/gnunet-namestore-fcfsd.12
-rw-r--r--doc/man/gnunet.conf.58
-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
50 files changed, 155 insertions, 155 deletions
diff --git a/configure.ac b/configure.ac
index 39b78fd3e..c6910c1de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1381,7 +1381,7 @@ AC_DEFINE_UNQUOTED([ENABLE_MALICIOUS], [$malicious],
1381# never start by default and it is up to the service/module developer to decide 1381# never start by default and it is up to the service/module developer to decide
1382# by having "START_ON_DEMAND = NO" instead of "START_ON_DEMAND = @START_ON_DEMAND@" 1382# by having "START_ON_DEMAND = NO" instead of "START_ON_DEMAND = @START_ON_DEMAND@"
1383# in the service/module's conf.in file. 1383# in the service/module's conf.in file.
1384# See also FORCESTART for an unconditional immediate start. 1384# See also IMMEDIATE_START for an unconditional immediate start.
1385START_ON_DEMAND="YES" 1385START_ON_DEMAND="YES"
1386AC_MSG_CHECKING(whether to start peer's services on demand by default) 1386AC_MSG_CHECKING(whether to start peer's services on demand by default)
1387AC_ARG_ENABLE([autostart], 1387AC_ARG_ENABLE([autostart],
diff --git a/contrib/conf/gnunet/no_forcestart.conf b/contrib/conf/gnunet/no_forcestart.conf
index a332d6da7..a069674e0 100644
--- a/contrib/conf/gnunet/no_forcestart.conf
+++ b/contrib/conf/gnunet/no_forcestart.conf
@@ -1,41 +1,41 @@
1# Configuration file that can be included to prevent ANY of the usual 1# Configuration file that can be included to prevent ANY of the usual
2# FORCESTART = YES to be set. Also disables NSE POW calculation. 2# IMMEDIATE_START = YES to be set. Also disables NSE POW calculation.
3# 3#
4# This configuration is included from various configuration test files. 4# This configuration is included from various configuration test files.
5# Whenever a new service is added that has FORCESTART = YES for 5# Whenever a new service is added that has IMMEDIATE_START = YES for
6# production should be disabled for (most) test suites, the option should 6# production should be disabled for (most) test suites, the option should
7# be added here instead of all over the place ;-). 7# be added here instead of all over the place ;-).
8 8
9[core] 9[core]
10FORCESTART = NO 10IMMEDIATE_START = NO
11 11
12[fs] 12[fs]
13FORCESTART = NO 13IMMEDIATE_START = NO
14 14
15[dht] 15[dht]
16FORCESTART = NO 16IMMEDIATE_START = NO
17 17
18[cadet] 18[cadet]
19FORCESTART = NO 19IMMEDIATE_START = NO
20 20
21[nse] 21[nse]
22FORCESTART = NO 22IMMEDIATE_START = NO
23WORKBITS = 0 23WORKBITS = 0
24 24
25[revocation] 25[revocation]
26FORCESTART = NO 26IMMEDIATE_START = NO
27 27
28[topology] 28[topology]
29FORCESTART = NO 29IMMEDIATE_START = NO
30 30
31[hostlist] 31[hostlist]
32FORCESTART = NO 32IMMEDIATE_START = NO
33 33
34[gns] 34[gns]
35FORCESTART = NO 35IMMEDIATE_START = NO
36 36
37[zonemaster] 37[zonemaster]
38FORCESTART = NO 38IMMEDIATE_START = NO
39 39
40[zonemaster-monitor] 40[zonemaster-monitor]
41FORCESTART = NO 41IMMEDIATE_START = NO
diff --git a/doc/documentation/chapters/developer.texi b/doc/documentation/chapters/developer.texi
index f4c954509..22b175a3f 100644
--- a/doc/documentation/chapters/developer.texi
+++ b/doc/documentation/chapters/developer.texi
@@ -2297,15 +2297,15 @@ is to set
2297 2297
2298@example 2298@example
2299[core] 2299[core]
2300FORCESTART = YES 2300IMMEDIATE_START = YES
2301@end example 2301@end example
2302 2302
2303@noindent 2303@noindent
2304in the configuration file. 2304in the configuration file.
2305Alternatively, having any service that directly or indirectly depends on 2305Alternatively, having any service that directly or indirectly depends on
2306@code{CORE} being started with @code{FORCESTART} will also do. 2306@code{CORE} being started with @code{IMMEDIATE_START} will also do.
2307This issue largely arises if users try to over-optimize by not 2307This issue largely arises if users try to over-optimize by not
2308starting any services with @code{FORCESTART}. 2308starting any services with @code{IMMEDIATE_START}.
2309 2309
2310@c *********************************************************************** 2310@c ***********************************************************************
2311@node ATS must want the connections 2311@node ATS must want the connections
@@ -3705,7 +3705,7 @@ running a service with "valgrind" or "gdb"
3705@item START_ON_DEMAND ARM will listen to UNIX domain socket and/or TCP port of 3705@item START_ON_DEMAND ARM will listen to UNIX domain socket and/or TCP port of
3706the service and start the service on-demand. 3706the service and start the service on-demand.
3707 3707
3708@item FORCESTART ARM will always start this service when the peer 3708@item IMMEDIATE_START ARM will always start this service when the peer
3709is started. 3709is started.
3710 3710
3711@item ACCEPT_FROM IPv4 addresses the service accepts connections from. 3711@item ACCEPT_FROM IPv4 addresses the service accepts connections from.
diff --git a/doc/documentation/chapters/user.texi b/doc/documentation/chapters/user.texi
index 3b829559b..3d4f55e41 100644
--- a/doc/documentation/chapters/user.texi
+++ b/doc/documentation/chapters/user.texi
@@ -3703,7 +3703,7 @@ gnunet-arm -c ~/.config/gnunet.conf -k fs
3703@noindent 3703@noindent
3704Assuming that you want certain services (like file-sharing) to be always 3704Assuming that you want certain services (like file-sharing) to be always
3705automatically started whenever you start GNUnet, you can activate them by 3705automatically started whenever you start GNUnet, you can activate them by
3706setting "FORCESTART=YES" in the respective section of the configuration 3706setting "IMMEDIATE_START=YES" in the respective section of the configuration
3707file (for example, "[fs]"). Then GNUnet with file-sharing support would 3707file (for example, "[fs]"). Then GNUnet with file-sharing support would
3708be started whenever you@ enter: 3708be started whenever you@ enter:
3709 3709
diff --git a/doc/documentation/gnunet-c-tutorial.texi b/doc/documentation/gnunet-c-tutorial.texi
index 0e2adaee7..fb6e717ae 100644
--- a/doc/documentation/gnunet-c-tutorial.texi
+++ b/doc/documentation/gnunet-c-tutorial.texi
@@ -647,7 +647,7 @@ If you want to use the @code{peerinfo} tool to connect your
647peers, you should: 647peers, you should:
648 648
649@itemize 649@itemize
650@item Set @code{FORCESTART = NO} in section @code{hostlist} 650@item Set @code{IMMEDIATE_START = NO} in section @code{hostlist}
651(to not connect to the global GNUnet) 651(to not connect to the global GNUnet)
652@item Start both peers running @command{gnunet-arm -c peer1.conf -s} 652@item Start both peers running @command{gnunet-arm -c peer1.conf -s}
653and @command{gnunet-arm -c peer2.conf -s} 653and @command{gnunet-arm -c peer2.conf -s}
diff --git a/doc/man/gnunet-auto-share.1 b/doc/man/gnunet-auto-share.1
index f655f6ccd..fc2668d44 100644
--- a/doc/man/gnunet-auto-share.1
+++ b/doc/man/gnunet-auto-share.1
@@ -111,7 +111,7 @@ Share a directory "$HOME/gnunet\-share/":
111 111
112 [gnunet-auto-share] 112 [gnunet-auto-share]
113 OPTIONS = $HOME/gnunet\-share 113 OPTIONS = $HOME/gnunet\-share
114 FORCESTART = YES # start this service when the peer starts 114 IMMEDIATE_START = YES # start this service when the peer starts
115 115
116.SH FILES 116.SH FILES
117.TP 117.TP
diff --git a/doc/man/gnunet-namestore-fcfsd.1 b/doc/man/gnunet-namestore-fcfsd.1
index 7fc4093c2..88ab72071 100644
--- a/doc/man/gnunet-namestore-fcfsd.1
+++ b/doc/man/gnunet-namestore-fcfsd.1
@@ -20,7 +20,7 @@ configuration file in section "[fcfsd]" under the name "HTTPPORT".
20 20
21It is possible to manage gnunet\-gns\-fcfsd using 21It is possible to manage gnunet\-gns\-fcfsd using
22gnunet\-(service\-arm) by starting the daemon using "gnunet\-arm \-i 22gnunet\-(service\-arm) by starting the daemon using "gnunet\-arm \-i
23fcfsd" or by setting "FORCESTART=YES" in the "fcfds" section of your 23fcfsd" or by setting "IMMEDIATE_START=YES" in the "fcfds" section of your
24configuration and the "-z ZONE" in as the "OPTION". 24configuration and the "-z ZONE" in as the "OPTION".
25 25
26An FCFS\-zone is run at http://gnunet.org/fcfs/. GNS users are 26An FCFS\-zone is run at http://gnunet.org/fcfs/. GNS users are
diff --git a/doc/man/gnunet.conf.5 b/doc/man/gnunet.conf.5
index b0f1c152c..3dd8c7b62 100644
--- a/doc/man/gnunet.conf.5
+++ b/doc/man/gnunet.conf.5
@@ -55,7 +55,7 @@ The following options are generic and shared by all services:
55 This is usually "localhost". 55 This is usually "localhost".
56.IP BINARY 56.IP BINARY
57 The filename that implements the service. For example "gnunet-service-ats". 57 The filename that implements the service. For example "gnunet-service-ats".
58.IP FORCESTART 58.IP IMMEDIATE_START
59 Start the service always when the peer starts. Set to YES for services 59 Start the service always when the peer starts. Set to YES for services
60 that should always be launched, even if no other service explicitly needs 60 that should always be launched, even if no other service explicitly needs
61 them. 61 them.
@@ -66,13 +66,13 @@ The following options are generic and shared by all services:
66 Set to YES to never have ARM bind to the respective socket. This option is 66 Set to YES to never have ARM bind to the respective socket. This option is
67 mostly for debugging in situations where ARM cannot pass the pre-bound 67 mostly for debugging in situations where ARM cannot pass the pre-bound
68 socket to the child due to interference from PREFIX-commands. 68 socket to the child due to interference from PREFIX-commands.
69 This option is only effective in combination with FORCESTART being YES. 69 This option is only effective in combination with IMMEDIATE_START being YES.
70 NO by default. 70 NO by default.
71.IP PREFIX 71.IP PREFIX
72 PREFIX the given command (with its arguments) to the actual BINARY to be 72 PREFIX the given command (with its arguments) to the actual BINARY to be
73 executed. Useful to run certain services under special supervisors (like 73 executed. Useful to run certain services under special supervisors (like
74 strace or valgrind). Typically used in combination with FORCESTART and 74 strace or valgrind). Typically used in combination with IMMEDIATE_START
75 NOARMBIND. Empty by default. 75 and NOARMBIND. Empty by default.
76.IP ACCEPT_FROM 76.IP ACCEPT_FROM
77 A semi-column separated list of IPv4 addresses that are allowed to use 77 A semi-column separated list of IPv4 addresses that are allowed to use
78 the service; usually 127.0.0.1. 78 the service; usually 127.0.0.1.
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