dear sir daniel 
if I put #!bin/sh and exec i got another error ... 
the error like this 
error port already in use

> There's no "#!" line in your run script. Add before the first line:
> 
> #!/bin/sh
> 
> Also, insert "exec " before "env" and remove the "&" at the end:
> 
> #!/bin/sh
> exec env - PATH="/var/qmail/bin:/usr/local/bin" \
>   tcpserver -H -R 0 pop-3 \
>   /var/qmail/bin/qmail-popup mail.liputan.com \
>   /var/spool/mail/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir
> 
> otherwise supervise won't work properly.
> 
> -- 
> Daniel Biddle <[EMAIL PROTECTED]>

Reply via email to