aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation/chapters/developer.texi
diff options
context:
space:
mode:
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 f4c954509..22b175a3f 100644
--- a/doc/documentation/chapters/developer.texi
+++ b/doc/documentation/chapters/developer.texi
@@ -2297,15 +2297,15 @@ is to set
2297 2297
2298@example 2298@example
2299[core] 2299[core]
2300FORCESTART = YES 2300IMMEDIATE_START = YES
2301@end example 2301@end example
2302 2302
2303@noindent 2303@noindent
2304in the configuration file. 2304in the configuration file.
2305Alternatively, having any service that directly or indirectly depends on 2305Alternatively, having any service that directly or indirectly depends on
2306@code{CORE} being started with @code{FORCESTART} will also do. 2306@code{CORE} being started with @code{IMMEDIATE_START} will also do.
2307This issue largely arises if users try to over-optimize by not 2307This issue largely arises if users try to over-optimize by not
2308starting any services with @code{FORCESTART}. 2308starting any services with @code{IMMEDIATE_START}.
2309 2309
2310@c *********************************************************************** 2310@c ***********************************************************************
2311@node ATS must want the connections 2311@node ATS must want the connections
@@ -3705,7 +3705,7 @@ running a service with "valgrind" or "gdb"
3705@item START_ON_DEMAND 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 IMMEDIATE_START ARM will always start this service when the peer
3709is started. 3709is started.
3710 3710
3711@item ACCEPT_FROM IPv4 addresses the service accepts connections from. 3711@item ACCEPT_FROM IPv4 addresses the service accepts connections from.