mirror of https://github.com/BOINC/boinc.git
Updated Client configuration (markdown)
parent
a7adf9b9a8
commit
6e763e57b8
|
@ -31,7 +31,8 @@ If the file is absent, the default configuration is used.
|
||||||
To create or edit the file, use a text editor such as Notepad,
|
To create or edit the file, use a text editor such as Notepad,
|
||||||
and save it in your [BOINC Data directory](BOINC_Data_directory) or project directory.
|
and save it in your [BOINC Data directory](BOINC_Data_directory) or project directory.
|
||||||
|
|
||||||
### Client configuration
|
###
|
||||||
|
<h2 id="Client">Client configuration</h2>
|
||||||
|
|
||||||
The **cc_config.xml** file has the format:
|
The **cc_config.xml** file has the format:
|
||||||
|
|
||||||
|
@ -45,7 +46,8 @@ The **cc_config.xml** file has the format:
|
||||||
</cc_config>
|
</cc_config>
|
||||||
|
|
||||||
|
|
||||||
#### Options
|
####
|
||||||
|
<h3 id="Options">Options</h3>
|
||||||
|
|
||||||
The <tt><options></tt> section contains settings that control the behavior of BOINC
|
The <tt><options></tt> section contains settings that control the behavior of BOINC
|
||||||
(default values will be used for any options not specified):
|
(default values will be used for any options not specified):
|
||||||
|
@ -603,7 +605,8 @@ Resets inter-project debts. Intended to be applied one time, then tag set back t
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
#### Logging flags
|
####
|
||||||
|
<h3 id="Logging">Logging flags</h3>
|
||||||
|
|
||||||
The BOINC client writes "log messages" describing what it's doing.
|
The BOINC client writes "log messages" describing what it's doing.
|
||||||
These are written to stdout, and to the BOINC Manager's "Event log".
|
These are written to stdout, and to the BOINC Manager's "Event log".
|
||||||
|
@ -954,7 +957,8 @@ Work fetch policy decisions.
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
### Project-level configuration
|
###
|
||||||
|
<h2 id="Project-level">Project-level configuration</h2>
|
||||||
|
|
||||||
This mechanism allows you to specify scheduling parameters for specific applications
|
This mechanism allows you to specify scheduling parameters for specific applications
|
||||||
or app versions.
|
or app versions.
|
||||||
|
@ -1111,7 +1115,8 @@ If set, report this project's completed tasks immediately.
|
||||||
|
|
||||||
If you remove **app_config.xml**, or one of its entries, you must reset the project in order to restore the proper values.
|
If you remove **app_config.xml**, or one of its entries, you must reset the project in order to restore the proper values.
|
||||||
|
|
||||||
### Branded-client configuration
|
###
|
||||||
|
<h2 id="Branded-client">Branded-client configuration</h2>
|
||||||
|
|
||||||
The **nvc_config.xml** file contains up to four tags.
|
The **nvc_config.xml** file contains up to four tags.
|
||||||
This file is used mainly by ''branded'' clients to set special values used to determine and report whether there is a newer version available for download.
|
This file is used mainly by ''branded'' clients to set special values used to determine and report whether there is a newer version available for download.
|
||||||
|
@ -1165,7 +1170,8 @@ The URL to use when checking network connectivity; default is **http://www.googl
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
## Command-line options
|
##
|
||||||
|
<h3 id="Command-line">Command-line options</h3>
|
||||||
The BOINC client has the following command-line options.
|
The BOINC client has the following command-line options.
|
||||||
More detailed control, and the ability to interact with a running client, is provided by the [boinccmd tool](boinccmd_tool).
|
More detailed control, and the ability to interact with a running client, is provided by the [boinccmd tool](boinccmd_tool).
|
||||||
|
|
||||||
|
@ -1410,7 +1416,8 @@ Contact a project's server to obtain new preferences. This will also report comp
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
#### Debugging options
|
####
|
||||||
|
<h3 id="Debugging">Debugging options</h3>
|
||||||
The following command-line options are for debugging:
|
The following command-line options are for debugging:
|
||||||
|
|
||||||
<dl><dt>
|
<dl><dt>
|
||||||
|
|
Loading…
Reference in New Issue