[Debian Wiki] Update of "BOINC/ServerGuide/Initialisation" by SteffenMoeller

Debian Wiki wiki at debian.org
Fri Aug 4 18:45:19 UTC 2017


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "BOINC/ServerGuide/Initialisation" page has been changed by SteffenMoeller:
https://wiki.debian.org/BOINC/ServerGuide/Initialisation?action=diff&rev1=25&rev2=26

Comment:
Explicitly remind folks to source the file that was just created

  For a first start of a project create the file that the project parameters shall be stored in. {{{
  echo "boincserverconfig=~/.boinc_test.conf" > ~/.boinc_test.conf
  chmod 600 ~/.boinc_test.conf
+ }}}
+ Please run through this file now to set the boincserverconfig variable we also need below
+ {{{
+ . ~/.boinc_test.conf
  }}}
  and whenever starting a shell, these settings should be set, so you may decide to have an account dedicated for your project and have the configration sourced immediately after the shell was started, e.g. for BASH like: {{{
  cat >> ~/.bashrc <<EOBASHRC



More information about the pkg-boinc-commits mailing list