forked from pool/boinc-client
1feb96f4e2
update to 6.12.43 OBS-URL: https://build.opensuse.org/request/show/126826 OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=25
53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
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 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=""
|