Gunthy

GUNBOT: The automatic profit generator => General Discussion => Topic started by: kloden on May 19, 2018, 09:31:36 PM

Title: Gunbot RT Edition v.9.5.1 on Raspberry Pi
Post by: kloden on May 19, 2018, 09:31:36 PM
Hi all,

I have now finaly got my Raspberry Pi and all works perfect. I only now need so it startup auto if power go or something.

Raspberry Pi startup fine auto, just need so it startup the bot also :)

How i do so?

Thanks
Title: Re: Gunbot RT Edition v.9.5.1 on Raspberry Pi
Post by: @g@t@ on May 20, 2018, 05:52:45 PM
Hello,

please refer to this guide!

http://robots.mobilerobots.com/wiki/Running_a_Program_at_Linux_Startup

Hope this helps!
Title: Re: Gunbot RT Edition v.9.5.1 on Raspberry Pi
Post by: ruphus on June 06, 2018, 04:28:59 PM
in terminal use:
Code: [Select]
crontab -e
and add

Code: [Select]
@reboot /home/**USERNAME**/path/to/gunbot/folder/gunthy-arm
to the last line.