I've coded a Discord bot in Python. I have it hosted on a server that I use PuTTy to SSH into. Closing that terminal will obviously result in the bot ceasing to work. Does Python have a process management system that will allow me to keep a Python script running?
I'm running centOS.