2009-05-04 17:59:30 +02:00
|
|
|
|
2012-02-02 21:59:26 +01:00
|
|
|
## Path: Productivity/Clustering/Computing
|
|
|
|
## Description: define BOINC user
|
|
|
|
## Type: string
|
|
|
|
## Default: "boinc"
|
|
|
|
## Config: BOINC
|
|
|
|
#
|
|
|
|
# An empty setting will point to boinc
|
|
|
|
#
|
|
|
|
BOINC_BOINC_USR="boinc"
|
2009-05-04 17:59:30 +02:00
|
|
|
|
2012-02-02 21:59:26 +01:00
|
|
|
## Path: Productivity/Clustering/Computing
|
|
|
|
## Description: define BOINC group
|
|
|
|
## Type: string
|
|
|
|
## Default: "boinc"
|
|
|
|
## Config: BOINC
|
|
|
|
#
|
|
|
|
# An empty setting will point to boinc
|
|
|
|
#
|
|
|
|
BOINC_BOINC_GRP="boinc"
|
2009-05-04 17:59:30 +02:00
|
|
|
|
2012-07-01 22:09:47 +02:00
|
|
|
## Path: Productivity/Clustering/Computing
|
|
|
|
## Description: define BOINC DIR
|
|
|
|
## Type: string
|
|
|
|
## Default: "/var/lib/boinc"
|
|
|
|
## Config: BOINC
|
|
|
|
##
|
|
|
|
## An empty setting will point to /var/lib/boinc
|
|
|
|
##
|
|
|
|
BOINC_BOINC_DIR=""
|
|
|
|
|
2012-02-02 21:59:26 +01:00
|
|
|
## Path: Productivity/Clustering/Computing
|
|
|
|
## Description: define BOINC options
|
|
|
|
## Type: string
|
|
|
|
## Default: ""
|
|
|
|
## Config: BOINC
|
|
|
|
#
|
|
|
|
## --allow_remote_gui_rpc
|
|
|
|
## allow boinc manager connections from remote machines
|
|
|
|
##
|
|
|
|
## --daemon
|
|
|
|
## turn off all logging
|
|
|
|
##
|
|
|
|
## --redirectio
|
|
|
|
## redirect logging to the files stderrdae.txt and stdoutdae.txt
|
|
|
|
## in BOINCDIR rather than LOGFILE and ERRORLOG
|
|
|
|
##
|
|
|
|
## --check_all_logins
|
|
|
|
## run only when no logins from anywhere are active
|
|
|
|
##
|
2009-05-04 17:59:30 +02:00
|
|
|
#
|
2012-02-02 21:59:26 +01:00
|
|
|
BOINC_BOINC_OPTS=""
|