1
0
forked from pool/boinc-client
boinc-client/sysconfig.boinc-client

53 lines
1.2 KiB
Plaintext
Raw Normal View History

## 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"
## 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"
## 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=""
## 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
##
#
BOINC_BOINC_OPTS=""