+ "Alan Lee" <[EMAIL PROTECTED]>:

| Notice the sh ./run ... and how many PID's its gone up in a matter of about
| 20 seconds..........

Um, your run files don't run qmail-start, tcpserver and whatever in
the background, do they?  They shouldn't.  On the contrary, run should
do some setup is necessary, then exec some long-running daemon.

For example, here is one of my run files:

; cat /service/qmail/run 
#!/bin/sh
PATH=/var/qmail/bin:$PATH
exec env - PATH=$PATH qmail-start ./Mailbox 2>&1

- Harald

Reply via email to