1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 04:18:46 +00:00

Correctly reap child processes that are adopted during invocation of init scripts.

This commit is contained in:
Hongli Lai (Phusion)
2014-02-13 15:36:01 +01:00
parent 67c6b089e3
commit c22f8804ad
2 changed files with 18 additions and 11 deletions

View File

@@ -1,3 +1,7 @@
## 0.9.6
* Fixed a bug in `my_init`: child processes that have been adopted during execution of init scripts are now properly reaped.
## 0.9.5 (release date: 2014-02-06)
* Environment variables are now no longer reset by runit. This is achieved by running `runsvdir` directly instead of through Debian's `runsvdir-start`.