RE: [PATCH] Implement stage 4 (execve handoff)

2014-08-01 Thread James Powell
] Implement stage 4 (execve handoff) On Tue, Jul 29, 2014 at 12:01:36PM -0700, Ryan Finnie wrote: This patch adds stage 4, an optional stage which is run after stage 3. If /etc/runit/4 is found and executable, runit will execve() into it, giving it control of PID 1. Finnix (http

Re: [PATCH] Implement stage 4 (execve handoff)

2014-08-01 Thread Ryan Finnie
On 08/01/2014 03:20 AM, Gerrit Pape wrote: On Tue, Jul 29, 2014 at 12:01:36PM -0700, Ryan Finnie wrote: This patch adds stage 4, an optional stage which is run after stage 3. If /etc/runit/4 is found and executable, runit will execve() into it, giving it control of PID 1. Finnix