Re: logging

[email protected] (Paul Jarc) Sat, 30 May 2009 03:55:17 -0400
Newsgroups gmane.comp.djb.syslog
Organization What did you have in mind? A short, blunt, human pyramid?
Message-ID <[email protected]>
Craig Sparks <[email protected]> wrote:
> [root@localhost spamd]# cat run
> ME=spamd
> $PIDFILE="/var/run/$NAME.pid"
> exec 2>&1
> exec spamd -x -u spamd -H /home/spamd -s /dev/stderr

I'd start by putting a "#!/bin/sh" line at the top of that script.  If
that doesn't take care of it, run a system call trace on the supervise
process to see how far the child gets before it dies.


paul