Modified server_opts help in Unix agents and added server_opts token in windows
This commit is contained in:
parent
d57ad5f188
commit
d22805bd8d
|
@ -62,7 +62,7 @@ transfer_mode tentacle
|
|||
# Set to yes/no to enable/disable OpenSSL support for Tentacle (disabled by default).
|
||||
# server_ssl no
|
||||
|
||||
# Extra options for the Tentacle client (for example, server_opts "-v -r 5").
|
||||
# Extra options for the Tentacle client (for example: server_opts -v -r 5).
|
||||
# server_opts
|
||||
|
||||
# delayed_startup defines number of seconds before start execution
|
||||
|
|
|
@ -92,7 +92,7 @@ transfer_mode tentacle
|
|||
# Set to yes/no to enable/disable OpenSSL support for Tentacle (disabled by default).
|
||||
#server_ssl no
|
||||
|
||||
# Extra options for the Tentacle client (for example, server_opts "-v -r 5").
|
||||
# Extra options for the Tentacle client (for example: server_opts -v -r 5).
|
||||
#server_opts
|
||||
|
||||
# delayed_startup defines number of seconds before start execution
|
||||
|
|
|
@ -77,7 +77,7 @@ transfer_mode tentacle
|
|||
# Set to yes/no to enable/disable OpenSSL support for Tentacle (disabled by default).
|
||||
#server_ssl no
|
||||
|
||||
# Extra options for the Tentacle client (for example, server_opts "-v -r 5").
|
||||
# Extra options for the Tentacle client (for example: server_opts -v -r 5).
|
||||
#server_opts
|
||||
|
||||
# delayed_startup defines number of seconds before start execution
|
||||
|
|
|
@ -64,7 +64,7 @@ transfer_mode tentacle
|
|||
# Set to yes/no to enable/disable OpenSSL support for Tentacle (disabled by default).
|
||||
# server_ssl no
|
||||
|
||||
# Extra options for the Tentacle client (for example, server_opts "-v -r 5").
|
||||
# Extra options for the Tentacle client (for example: server_opts -v -r 5).
|
||||
# server_opts
|
||||
|
||||
# delayed_startup defines number of seconds before start execution
|
||||
|
|
|
@ -103,7 +103,7 @@ transfer_mode tentacle
|
|||
# Set to yes/no to enable/disable OpenSSL support for Tentacle (disabled by default).
|
||||
#server_ssl no
|
||||
|
||||
# Extra options for the Tentacle client (for example, server_opts "-v -r 5").
|
||||
# Extra options for the Tentacle client (for example: server_opts -v -r 5).
|
||||
#server_opts
|
||||
|
||||
# delayed_startup defines number of seconds before start execution
|
||||
|
|
|
@ -73,7 +73,7 @@ transfer_mode tentacle
|
|||
# Set to yes/no to enable/disable OpenSSL support for Tentacle (disabled by default).
|
||||
#server_ssl no
|
||||
|
||||
# Extra options for the Tentacle client (for example, server_opts "-v -r 5").
|
||||
# Extra options for the Tentacle client (for example: server_opts -v -r 5).
|
||||
#server_opts
|
||||
|
||||
# delayed_startup defines number of seconds before start execution
|
||||
|
|
|
@ -67,7 +67,7 @@ transfer_mode tentacle
|
|||
# Set to yes/no to enable/disable OpenSSL support for Tentacle (disabled by default).
|
||||
#server_ssl no
|
||||
|
||||
# Extra options for the Tentacle client (for example, server_opts "-v -r 5").
|
||||
# Extra options for the Tentacle client (for example: server_opts -v -r 5).
|
||||
#server_opts
|
||||
|
||||
# delayed_startup defines number of seconds before start execution
|
||||
|
|
|
@ -68,6 +68,9 @@ server_port 41121
|
|||
# In case of using FTP or tentacle with password. User is always "pandora"
|
||||
#server_pwd pandora
|
||||
|
||||
# Extra options for the Tentacle client (for example: server_opts -v -r 5).
|
||||
#server_opts
|
||||
|
||||
# If set to 1 disables log writing into pandora_agent.log
|
||||
#disable_logfile 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue