18 lines
376 B
Plaintext
18 lines
376 B
Plaintext
# Config file for /etc/init.d/boinc
|
|
|
|
# Owner of BOINC process (must be existing)
|
|
USER="boinc"
|
|
GROUP="boinc"
|
|
|
|
# Directory with runtime data: Work units, project binaries, user info etc.
|
|
RUNTIMEDIR="/var/lib/boinc"
|
|
|
|
# Location of the boinc command line binary
|
|
BOINCBIN="/usr/bin/boinc_client"
|
|
|
|
# Allow remote gui RPC yes or no
|
|
ALLOW_REMOTE_RPC="no"
|
|
|
|
# nice level
|
|
NICELEVEL="19"
|