forked from pool/boinc-client
5024a320b2
fix for bnc#689499 OBS-URL: https://build.opensuse.org/request/show/102548 OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=17
43 lines
974 B
Plaintext
43 lines
974 B
Plaintext
|
|
## 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 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=""
|