upd: master (kill bind-output master->pool when all loggers are bound)

This commit is contained in:
xdrm-brackets 2018-01-31 07:31:08 +01:00
parent 09b03af815
commit 66623cd675
1 changed files with 3 additions and 0 deletions

3
master
View File

@ -132,3 +132,6 @@ for logger_name in "${LOGGERS[@]}"; do
done; done;
# When all loggers are bound, destroy pool connection
kill -9 $MASTER_PID 2>/dev/null;