blob: 82276fedcc9b80bef469b443da833fd2a09e79f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Config file for /etc/init.d/boinc
# Owner of BOINC process (must be existing)
#USER="boinc"
# Group of the BOINC process
#GROUP="boinc"
# Directory with runtime data: Work units, project binaries, user info etc.
#RUNTIMEDIR="/var/lib/boinc"
# Allow remote gui RPC, uncomment to enable
#ALLOW_REMOTE_GUI_RPC=1
# Additional args for BOINC client
#ARGS=""
# nice level
#SSD_NICELEVEL="19"
# The termination timeout ensures that the service will be terminated within a
# given time (60 + 30 + 30 seconds per default) when you are stopping the service
#retry="SIGTERM/60/SIGTERM/30/SIGKILL/30"
|