Jhirley Fonte <[EMAIL PROTECTED]> wrote:
>
> I have tcpserver running from /var/qmail/rc using the following
>command line on one line,
>
>/usr/local/bin/tcpserver -x/etc/tcp.smtp.cdb -v -u 504 -g 503 0 smtp
>/var/qmail/bin/qmail-smtpd 2>&1 | /var/qmail/bin/splogger smtpd 3 &
>
>But It keeps dieing
>What I usually have to do is run it manually with a NOHUP in front,
>What am I doing wrong ?
Take your pick:
You're not starting it with "nohup /usr/local/bin/tcpserver ...".
You're not running your startup script with csh, bash, or some other
shell that disassociates background jobs from the parent.
-Dave