>Berger Stefan wrote:
> Has anybody experience with dspam under daemontools ?
>
>Yes, do it all the time.  Do you have a log/run file to actually
capture the log?  Since the >log messages are winding up in
readproctitle, I would suspect not.  Something like this:
>
>#! /bin/sh
>export LOGDIR=./main
>mkdir -p $LOGDIR
>chown -R Gmultilog $LOGDIR
>exec setuidgid Gmultilog \
>       multilog t s1000000 n20 $LOGDIR
>
>would do it (where Gmultilog is the user that owns the log files).  You
may want to adjust >>the _s_ize and _n_umber of the log files
themselves.

Something was wrong with the log/run script - can't say what but i have
deleted the
file and recreated it and it's running ; but now nothing is logged
(readproctitle
is also empty )

The only entries in the logfiles are
@40000000459d295e33da315c 9169: [01/04/2007 17:16:54] Daemon process
starting

One entry for every restart ( svc -h )

Could you provide a start script which is working for you ?

Thanks for your help John 

Best regards
Stefan

Reply via email to