Add files

This commit is contained in:
Late Night Defender 2024-05-02 10:10:33 +07:00
parent dfc911f9ad
commit 08e66c8237
2 changed files with 31 additions and 0 deletions

8
bin/start-boinc.sh Executable file
View file

@ -0,0 +1,8 @@
#!/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