From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 97A1A20133; Wed, 8 Mar 2017 07:29:34 +0000 (UTC) Date: Wed, 8 Mar 2017 07:29:34 +0000 From: Eric Wong To: Jeremy Evans Cc: unicorn-public@bogomips.org Subject: Re: Patch: Add after_worker_ready configuration option V2 Message-ID: <20170308072934.GA9819@starla> References: <20170223184937.GC67612@jeremyevans.local> <20170223202902.GA25576@whir> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170223202902.GA25576@whir> List-Id: Eric Wong wrote: > Thanks, I've pushed this and the chroot patch out to the > 'chroot' branch. Willl wait a bit for comments from others > before merging into 'master'. No comments, so no objections, so merged and pushed to 'master' as commit ff13ad38ba9f83e0dd298be451aac7c75145d33b Merge remote-tracking branch 'origin/chroot' * origin/chroot: Add after_worker_ready configuration option Add support for chroot to Worker#user Thanks.