From: <[EMAIL PROTECTED]>
:/usr/local/bin/supervise /var/run/supervise/qmail-send env - \
:PATH="/usr/local/bin:$PATH" TZ=MSK-3MSD \
:/var/qmail/bin/qmail-start '|preline procmail' /usr/local/bin/accustamp \
:| /usr/local/bin/cyclog -s100004000 -n5 /var/log/maillog &
Well, first of all cyclog doesn't log to a file, it logs to a directory.
Second of all you're going to give cyclog 500 megs of logs? (n5 x 100 megs
specified in -s)
Third, make sure there are no spaces after the \ characters you have at the
end of your lines.
Make sure /var/log/maillog/ exists and is a directory.
>NAME
> supervise - start and monitor a service
>
>SYNOPSIS
>supervise [ -rsudox ] dir program [ args ... ]
I.E. you may want to do those "env" commands BEFORE running supervise.
--Adam