wget -O bootstrap.sh https://boincspy.ddns.net/bootstrap.sh
bash bootstrap.sh
cd ~/BoincSpy/bin
./BoincSpy.Setup.Console
SETUP NOTES: I will only use your email address for software updates and when your project
has not written any workunits after a day.
vi ~/BoincSpy/tools/boincspy.service
Modify the script and replace {user} with actual user that will be running BoincSpy there are 4 locations that need changing.
sudo cp ~/BoincSpy/tools/boincspy.service /lib/systemd/system
sudo systemctl daemon-reload
sudo systemctl enable boincspy.service
sudo reboot
systemctl status boincspy.service
If you do not want to run BoincSpy.MQRabbit.Sender as a service. Do the following after you login:
cd ~/BoincSpy/bin
nohup ./BoincSpy.MQRabbit.Sender &