Run Python Server at Startup
- by DizzyDoo
Hello, I've got a few Python based servers that I need to run, and would like them to start automatically when I start my Ubuntu Server box. What is the best way to execute them like this?
I was hoping I could write a Bash script and use Screen to get them running in the background, where I can check on them every now and then, but where as
echo…