0

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 available that might be better..

Anyone have suggestions?

Arenstar
  • 3,592
  • 2
  • 24
  • 34

1 Answers1

0

Lots of solutions laid out here:

How to relaunch an executable if it dies

erimar77
  • 488
  • 2
  • 8