Fix for init from upstart on Ubuntu eats 99% CPU

The problem is upstart expects file descriptors 0, 1, and 2 to be opened,
which was not the case. Fix by opening /dev/null for those.

http://bugzilla.openvz.org/662
1 file changed