I'm a bit newbie in the raspberry world, and Linux commands, etc..
I installed a hangoutbots in Raspberry and I launch it in terminal as tutorial said.
But my problem is that I need it to have "24/7", so I need to launch terminal and start automatically if raspberry goes down for some reason.
What I have to do in a terminal to launch the bot, is:
>cd DEsktop/BotHangout/hangoutsbot
>python3 hangoutsbot/hangupsbot.py
So after all this explanation, my question is:
Is there anyway to launch automatically on raspberry start? (Some type os script, or make "launcher"...)
.servicefile as an example https://github.com/hangoutsbot/hangoutsbot/blob/master/examples/hangupsbot.service – superbob Nov 23 '16 at 07:16