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 systemctl start boincspy.service
systemctl status boincspy.service
If you do not want to run BoincSpy.MQRabbit.Sender as a service. Do the following everytime you login:
cd ~BoincSpy/bin
nohup ./BoincSpy.MQRabbit.Sender &