Re: supervised pop3d

2001-03-09 Thread Kris Kelley
> Does anyone have an example of calling pop3d from the supervise startup > script (/etc/init.d/qmail) from LWQ? I'd really like to run it supervised, > if possible. There are some older messages in the mailing list archive that would help, as this subject popped up (no pun intended) less than a

RE: supervised pop3d

2001-03-09 Thread Tim Hunter
It's really not difficult, you need to add a few directories LWQ style: /var/qmail/supervise/qmail-pop3d /var/qmail/supervise/qmail-pop3d/log /var/log/qmail/qmail-pop3d Add the following files cat /var/qmail/supervise/qmai l-pop3d/run #!/bin/sh PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin:/ho

Re: supervised pop3d fails to TERM

2000-06-26 Thread Adam McKenna
Um, all of the rest of the scripts on the howto have the "exec" right where it should be. You copied the init.d script from the howto, how come you didn't copy the rest? BTW, that qmail script will only stop the actual service. "supervise qmail-*" will still show up in your process list. If yo

Re: supervised pop3d fails to TERM

2000-06-26 Thread Nathaniel L. Keeling III
I have the same problem. What part and where of the script are you saying to place an "exec" at? Chris Johnson wrote: > On Thu, Jun 22, 2000 at 04:34:31AM -0500, Jud Harris wrote: > > My problem: pop3d, run via tcpserver, fails to shut down when supervised > > > > Script contents follow: > > > >

Re: supervised pop3d fails to TERM

2000-06-22 Thread Chris Johnson
On Thu, Jun 22, 2000 at 04:34:31AM -0500, Jud Harris wrote: > My problem: pop3d, run via tcpserver, fails to shut down when supervised > > Script contents follow: > > /etc/rc.d/init.d/qmail > -- > #!/bin/sh -e > # /etc/init.d/qmail : start or stop the qmail mail subsystem. >