aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation/chapters/developer.texi8
-rw-r--r--doc/documentation/chapters/user.texi4
-rw-r--r--doc/man/gnunet.conf.52
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/documentation/chapters/developer.texi b/doc/documentation/chapters/developer.texi
index 6d85c813f..f4c954509 100644
--- a/doc/documentation/chapters/developer.texi
+++ b/doc/documentation/chapters/developer.texi
@@ -3702,7 +3702,7 @@ running a service with "valgrind" or "gdb"
3702 3702
3703@item DEBUG Run in debug mode (much verbosity). 3703@item DEBUG Run in debug mode (much verbosity).
3704 3704
3705@item AUTOSTART 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 FORCESTART ARM will always start this service when the peer
@@ -3716,7 +3716,7 @@ is started.
3716 3716
3717 3717
3718Options that impact the operation of ARM overall are in the "[arm]" 3718Options that impact the operation of ARM overall are in the "[arm]"
3719section. ARM is a normal service and has (except for AUTOSTART) all of the 3719section. ARM is a normal service and has (except for START_ON_DEMAND) all of the
3720options that other services do. In addition, ARM has the 3720options that other services do. In addition, ARM has the
3721following options: 3721following options:
3722 3722
@@ -8642,11 +8642,11 @@ In the following paragraph the important details are highlighted.
8642 8642
8643Announcing of the regular expressions is done by the 8643Announcing of the regular expressions is done by the
8644gnunet-daemon-regexprofiler, therefore you have to make sure it is 8644gnunet-daemon-regexprofiler, therefore you have to make sure it is
8645started, by adding it to the AUTOSTART set of ARM: 8645started, by adding it to the START_ON_DEMAND set of ARM:
8646 8646
8647@example 8647@example
8648[regexprofiler] 8648[regexprofiler]
8649AUTOSTART = YES 8649START_ON_DEMAND = YES
8650@end example 8650@end example
8651 8651
8652@noindent 8652@noindent
diff --git a/doc/documentation/chapters/user.texi b/doc/documentation/chapters/user.texi
index fa742b229..3b829559b 100644
--- a/doc/documentation/chapters/user.texi
+++ b/doc/documentation/chapters/user.texi
@@ -2574,7 +2574,7 @@ sqLite, MySQL and Postgres.
2574 2574
2575In order to use GNUnet for file-sharing, you first need to make sure 2575In order to use GNUnet for file-sharing, you first need to make sure
2576that the file-sharing service is loaded. 2576that the file-sharing service is loaded.
2577This is done by setting the @code{AUTOSTART} option in 2577This is done by setting the @code{START_ON_DEMAND} option in
2578section @code{[fs]} to "YES". Alternatively, you can run 2578section @code{[fs]} to "YES". Alternatively, you can run
2579 2579
2580@example 2580@example
@@ -2666,7 +2666,7 @@ The configuration section for the transport service itself is quite
2666similar to all the other services 2666similar to all the other services
2667 2667
2668@example 2668@example
2669AUTOSTART = YES 2669START_ON_DEMAND = YES
2670@@UNIXONLY@@ PORT = 2091 2670@@UNIXONLY@@ PORT = 2091
2671HOSTNAME = localhost 2671HOSTNAME = localhost
2672HOME = $SERVICEHOME 2672HOME = $SERVICEHOME
diff --git a/doc/man/gnunet.conf.5 b/doc/man/gnunet.conf.5
index 1a94a0a66..b0f1c152c 100644
--- a/doc/man/gnunet.conf.5
+++ b/doc/man/gnunet.conf.5
@@ -59,7 +59,7 @@ The following options are generic and shared by all services:
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.
62.IP AUTOSTART 62.IP START_ON_DEMAND
63 Set to YES to automatically start the service when it is requested by 63 Set to YES to automatically start the service when it is requested by
64 another service. YES for most GNUnet services. 64 another service. YES for most GNUnet services.
65.IP NOARMBIND 65.IP NOARMBIND