aboutsummaryrefslogtreecommitdiff
path: root/contrib/conf/gnunet/no_forcestart.conf
blob: a069674e0485062b412790e8848ba4dcfeca8163 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Configuration file that can be included to prevent ANY of the usual
# IMMEDIATE_START = YES to be set.  Also disables NSE POW calculation.
#
# This configuration is included from various configuration test files.
# Whenever a new service is added that has IMMEDIATE_START = YES for
# production should be disabled for (most) test suites, the option should
# be added here instead of all over the place ;-).

[core]
IMMEDIATE_START = NO

[fs]
IMMEDIATE_START = NO

[dht]
IMMEDIATE_START = NO

[cadet]
IMMEDIATE_START = NO

[nse]
IMMEDIATE_START = NO
WORKBITS = 0

[revocation]
IMMEDIATE_START = NO

[topology]
IMMEDIATE_START = NO

[hostlist]
IMMEDIATE_START = NO

[gns]
IMMEDIATE_START = NO

[zonemaster]
IMMEDIATE_START = NO

[zonemaster-monitor]
IMMEDIATE_START = NO