aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet.conf.5')
-rw-r--r--doc/man/gnunet.conf.510
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/man/gnunet.conf.5 b/doc/man/gnunet.conf.5
index 1e759c6b1..d668c81fa 100644
--- a/doc/man/gnunet.conf.5
+++ b/doc/man/gnunet.conf.5
@@ -24,8 +24,10 @@ The following options are generic and shared by all services:
24 The hostname specifies the machine on which the service is running. This is usually "localhost". 24 The hostname specifies the machine on which the service is running. This is usually "localhost".
25.IP BINARY 25.IP BINARY
26 The filename that implements the service. For example "gnunet-service-ats". 26 The filename that implements the service. For example "gnunet-service-ats".
27.IP FORCESTART
28 Start the service always when the peer starts. Set to YES for services that should always be launched, even if no other service explicitly needs them.
27.IP AUTOSTART 29.IP AUTOSTART
28 This defines the section it is defined in, which should be a service, will be started by the ARM service if the value is set to YES. 30 Set to YES to automatically start the service when it is requested by another service. YES for most GNUnet services.
29.IP ACCEPT_FROM 31.IP ACCEPT_FROM
30 A semi-column separated list of IPv4 addresses that are allowed to use the service; usually 127.0.0.1. 32 A semi-column separated list of IPv4 addresses that are allowed to use the service; usually 127.0.0.1.
31.IP ACCEPT_FROM6 33.IP ACCEPT_FROM6
@@ -41,12 +43,6 @@ The following options are generic and shared by all services:
41 43
42 44
43 45
44.SH ARM Options
45
46This section is configuration for the automatic restart manager which is responsible for launching services.
47
48.IP DEFAULTSERVICES
49 list of services that ARM should always start by default. AUTOSTART services are only started when the service is needed by some other service. The services listed here will always be started, not just on-demand. "topology" and "hostlist" should virtually always be listed here, and most users will want to specify high-level applications like "fs", "gns" or "pt" here as well.
50.B 46.B
51.SH ATS Options 47.SH ATS Options
52 48