Posts by Matheus Lima • 11 points
1 post
-
1
votes3
answers611
viewsA: How to ensure that a service is always running on Centos?
Another alternative is the Supervisor! pip install supervisor Then you create a configuration file with the programs that will be monitored. A minimal example would be: [program:foo]…