Files
oam/docker/boinc-client/start-boinc.sh
2023-12-30 17:06:31 +01:00

12 lines
347 B
Bash
Executable File

#!/bin/bash
# Originally from:
# https://github.com/BOINC/boinc-client-docker/blob/master/bin/start-boinc.sh
# Configure the GUI RPC
echo $BOINC_GUI_RPC_PASSWORD > /var/lib/boinc/gui_rpc_auth.cfg
echo $BOINC_REMOTE_HOST > /var/lib/boinc/remote_hosts.cfg
# Run BOINC. Full path needs for GPU support.
exec /usr/bin/boinc $BOINC_CMD_LINE_OPTIONS