boinc-client/bin/start-boinc.sh

9 lines
249 B
Bash
Raw Normal View History

2024-05-02 03:10:33 +00:00
#!/bin/bash
# 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