blob: 856be30a240221c9c67953f8527bc79eed346c61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Config file for /etc/init.d/boinc
# Owner of BOINC process (must be existing)
USER="boinc"
# Group of the BOINC process. Defaults to the user's primary group if
# not set.
#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"
# Location of the boinc_client pid file
BOINC_PIDFILE="/var/run/boinc_client.pid"
# Location of the boinccmd command
BOINCCMD="/usr/bin/boinccmd"
# Allow remote gui RPC yes or no
ALLOW_REMOTE_RPC="no"
# nice level
NICELEVEL="19"
|