aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation/chapters/developer.texi
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-06-23 13:30:04 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:04 +0000
commitc293f84ea192f361baf720a3979589c0e0881abc (patch)
treeb936a8a074e0b4c4516746cf9ffb2ef77f6ed313 /doc/documentation/chapters/developer.texi
parent8d43f2cb9c49e814544fcaa115c4b08bbac297c3 (diff)
downloadgnunet-c293f84ea192f361baf720a3979589c0e0881abc.tar.gz
gnunet-c293f84ea192f361baf720a3979589c0e0881abc.zip
AUTOSTART renamed into START_ON_DEMAND (#4547a)
Diffstat (limited to 'doc/documentation/chapters/developer.texi')
-rw-r--r--doc/documentation/chapters/developer.texi8
1 files changed, 4 insertions, 4 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