Close the eventfd when exec is called.
exec
const EFD_CLOSE_ON_EXEC: EventfdFlags = EventfdFlags(cty::EFD_CLOEXEC);
eventfd(2) and EFD_CLOEXEC therein