So currently I'm trying to host a little bot I made in Python. It's meant to be running 24/7 so I tried Google cloud platform. I have a Ubuntu dist installed on a small scale VM server and I can run the bot perfectly. However when I exit out of my ssh session the python stops running. I've tried searching for solutions but I've found nothing.
So, how do I keep running python 24/7 on my Ubuntu VM?