blob: 1ef8f95b34d56ce0625b24637bbaddb9bb23d3d3 (
plain)
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
42
43
44
45
46
47
48
49
50
51
52
53
|
[PATHS]
SERVICEHOME = /tmp/test-gnunetd-statistics/
[statistics]
PORT = 22353
UNIXPATH = /tmp/test-statistics-service-statistics.unix
[arm]
PORT = 22354
DEFAULTSERVICES =
UNIXPATH = /tmp/test-statistics-service-arm.unix
[fs]
AUTOSTART = NO
[datastore]
AUTOSTART = NO
[dht]
AUTOSTART = NO
[transport]
AUTOSTART = NO
[core]
AUTOSTART = NO
[peerinfo]
AUTOSTART = NO
[dns]
AUTOSTART = NO
[nse]
AUTOSTART = NO
[lockmanager]
AUTOSTART = NO
[ats]
AUTOSTART = NO
[namestore]
AUTOSTART = NO
[gns]
AUTOSTART = NO
[vpn]
AUTOSTART = NO
[consensus]
AUTOSTART = NO
|