mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-25 00:19:49 +02:00
* Drop "cuda" and "opencl" USE flags, make them optfeatures instead. * Drop possibly outdated CURL_SSL depends. * Add "gui" USE flag distinct from "X". * Remove outdated app-admin/quickswitch blocker. * Remove --disable-static from configure args (implicitly passed in EAPI 8). * Set ownership for /var/lib/boinc during the install. * Symlink /var/lib/boinc/ca-bundle.crt during the install. * Remove static libraries during the install. * Install bash completions for boinccmd. * Use upstream-provided icons and the desktop file instead of outdated ours. * Update the OpenRC service: * use supervise-daemon and declarative service syntax; * remove unnecessary variables (BOINCBIN, BOINCCMD, BOINC_PIDFILE); * rename ALLOW_REMOTE_RPC -> ALLOW_REMOTE_GUI_RPC to avoid surprises with switching the choice from yes/no to set/unset; * make "retry" configurable; Closes: https://bugs.gentoo.org/938972 Closes: https://bugs.gentoo.org/822771 Closes: https://bugs.gentoo.org/948143 Bug: https://bugs.gentoo.org/955172 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> Part-of: https://github.com/gentoo/gentoo/pull/42187 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
22 lines
597 B
Text
22 lines
597 B
Text
# 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"
|