Updated Client configuration (markdown)

David Anderson 2024-11-08 00:46:58 -08:00
parent 744be18d26
commit 529f70bcb9
1 changed files with 3 additions and 3 deletions

@ -54,19 +54,19 @@ The ```cc_config.xml``` file has the format:
The ```<options>``` section contains settings that control the behavior of The ```<options>``` section contains settings that control the behavior of
the BOINC client. the BOINC client.
Default values will be used for any options not specified. Default values will be used for any options not specified.
_
```xml ```xml
<abort_jobs_on_exit>0|1</abort_jobs_on_exit> <abort_jobs_on_exit>0|1</abort_jobs_on_exit>
``` ```
If 1, abort jobs and update projects when client exits. If 1, abort jobs and update projects when client exits.
Useful on grids where disk gets wiped after each run. Useful on grids where disk gets wiped after each run.
__
```xml ```xml
<allow_multiple_clients>0|1</allow_multiple_clients> <allow_multiple_clients>0|1</allow_multiple_clients>
``` ```
Allow multiple BOINC clients to run on a single host. Allow multiple BOINC clients to run on a single host.
Each must run in a different data directory. Each must run in a different data directory.
___
```xml ```xml
<allow_remote_gui_rpc>0|1</allow_remote_gui_rpc> <allow_remote_gui_rpc>0|1</allow_remote_gui_rpc>
``` ```