Re: Supervise won't kill tcpserver

2000-01-31 Thread Dave Sill
Bill Rogers <[EMAIL PROTECTED]> wrote: >Using the straight script out of LWQ a: script stop >will kill smtpd and pop3 supervise, but not the underlying >tcpserver and then restarting doesn't work becasue the port >is bound. > >Here's the run files: >#!/bin/sh >QMAILDUID=`id -u qmaild` >NOFILESGID

Re: Supervise won't kill tcpserver

2000-01-29 Thread Tetsu Ushijima
Bill Rogers writes: > Here's the run files: > #!/bin/sh > QMAILDUID=`id -u qmaild` > NOFILESGID=`id -g qmaild` > exec /usr/local/bin/softlimit -m 200 \ > /usr/local/bin/tcpserver -v -p -x /etc/tcprules.d/qmail-smtpd.cdb \ > -u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-s

Supervise won't kill tcpserver

2000-01-27 Thread Bill Rogers
Using the straight script out of LWQ a: script stop will kill smtpd and pop3 supervise, but not the underlying tcpserver and then restarting doesn't work becasue the port is bound. Here's the run files: #!/bin/sh QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` exec /usr/local/bin/softlimit -m