bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: exe invocation problem with 2.05


From: Francis Montagnac
Subject: Re: exe invocation problem with 2.05
Date: Wed, 29 May 2002 16:39:08 +0200

The bash running rc.local is perhaps configured to send a signal to
its process group when it terminates. May be.

> And here is the last line of /cellworx/etc/init:

>       /cellworx/bin/psm -e -SEITNHC >& /tmp/psmOut &

Try to protect it like this:

       (
        trap '' INT TERM HUP
        /cellworx/bin/psm -e -SEITNHC >& /tmp/psmOut &
       )

-- 
Francis.Montagnac@sophia.inria.fr, Tel: (33) 04 92 38 79 11, Bur: E106
INRIA Sophia, 2004, rte des Lucioles, B.P.93 - 06902 Sophia Antipolis Cedex



reply via email to

[Prev in Thread] Current Thread [Next in Thread]