Add new oslo.service/cotyledon diff

This commit is contained in:
Mehdi Abaakouk 2016-09-21 10:33:54 +02:00
parent c4832f368f
commit b1ff9ea284
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ Unlike oslo.service, cotyledon have:
* reload API (on SIGHUP) hooks work in case of you don't want to restarting children
* a separated API for children process termination and for master process termination
* seatbelt to ensure only one service workers manager run at a time.
* Is signal concurrency safe.
And doesn't: