Re: [PATCH 1/1] os: added the -sigstop option for Upstart (or equivalent) startup.

2010-07-15 Thread Peter Hutterer
On Wed, Jul 14, 2010 at 11:26:43AM +0300, Oliver McFadden wrote: This is very similar to the RunFromSmartParent (implicit) option, except we do not send the signal to our parent process, but our own process instead, and that signal is SIGSTOP, not SIGUSR1. Upstart or a similar equivalent

[PATCH 1/1] os: added the -sigstop option for Upstart (or equivalent) startup.

2010-07-14 Thread Oliver McFadden
This is very similar to the RunFromSmartParent (implicit) option, except we do not send the signal to our parent process, but our own process instead, and that signal is SIGSTOP, not SIGUSR1. Upstart or a similar equivalent program will detect this, realize that we are ready to accept clients