From c293f84ea192f361baf720a3979589c0e0881abc Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Sat, 23 Jun 2018 13:30:04 +0000 Subject: AUTOSTART renamed into START_ON_DEMAND (#4547a) --- doc/documentation/chapters/developer.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/documentation/chapters/developer.texi') 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" @item DEBUG Run in debug mode (much verbosity). -@item AUTOSTART ARM will listen to UNIX domain socket and/or TCP port of +@item START_ON_DEMAND ARM will listen to UNIX domain socket and/or TCP port of the service and start the service on-demand. @item FORCESTART ARM will always start this service when the peer @@ -3716,7 +3716,7 @@ is started. Options that impact the operation of ARM overall are in the "[arm]" -section. ARM is a normal service and has (except for AUTOSTART) all of the +section. ARM is a normal service and has (except for START_ON_DEMAND) all of the options that other services do. In addition, ARM has the following options: @@ -8642,11 +8642,11 @@ In the following paragraph the important details are highlighted. Announcing of the regular expressions is done by the gnunet-daemon-regexprofiler, therefore you have to make sure it is -started, by adding it to the AUTOSTART set of ARM: +started, by adding it to the START_ON_DEMAND set of ARM: @example [regexprofiler] -AUTOSTART = YES +START_ON_DEMAND = YES @end example @noindent -- cgit v1.2.3