Tagged Questions
0
votes
1answer
354 views
Tornado Startup Management
I have an application written to run in Tornado server..
The application should start on boot, and if it fails ( be restarted )
Currently I am using supervisord, but i wanted to see what else is ...