On Wed, Feb 07, 2001 at 11:57:34AM -0500, Peter Brezny wrote:
> I'd like to run supervise, but i would prefer the logging still take place
> in /var/log/maillog.
you are mistaken.
> For example, could i just leave my /var/qmail/rc file as is and omit the
> portions regarding multilog in the qmail startup scripts give in the
> examples above?
then chmod -t the supervised directory and reboot.
> exec env - PATH="/var/qmail/bin:$PATH" \
> qmail-start ./Maildir splogger qmail&
or put this in your supervised-service/log/run file:
#! /bin/sh
/var/qmail/bin/splogger qmail
Regards, Uwe