aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/conf/gnunet/no_forcestart.conf26
1 files changed, 13 insertions, 13 deletions
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