Re: Jigsaw outputs to stderr and stdout

On Thu, 28 Feb 2002, Craig L. Ching wrote:

> Hi,
>
> Is there any way to tell Jigsaw to not print anything to stderr and
> stdout?  We're wrapping up jigsaw in a daemon on Solaris, AIX, and Linux
> and we need to close stderr and stdout before daemonizing.  Because of
> some 3rd party software that we're using, we need to not have jigsaw
> write to either stderr or stdout after daemonizing.  Any way to do that?

In your startup script (if in sh) 2> /dev/null > /dev/null
and you're pretty safe.

-- 
Yves Lafon - W3C
"Baroula que barouleras, au tiéu toujou t'entourneras."

Received on Friday, 1 March 2002 03:57:18 UTC