basic implementation of managed services

- managed services are automatically restarted
- proxied services not there yet
This commit is contained in:
Min RK
2016-08-26 17:26:28 +02:00
parent 54c808fe98
commit a1c787ba5f
3 changed files with 326 additions and 2 deletions

View File

@@ -571,4 +571,4 @@ class LocalProcessSpawner(Spawner):
if status is None:
# it all failed, zombie process
self.log.warning("Process %i never died", self.pid)