-
Remove zombie_handler from python-lxc code · 59b3bc26Stéphane Graber authored
This code was addeed to deal with stopped/dead containers but really shouldn't be implemented there. Instead the setsid() call in start() should be enough to prevent python from getting the SIGCHLD and having to deal with it.
59b3bc26
×