svscan/supervise run script

2000-08-03 Thread John Conover
When launching a program under svscan/supervise that has no port connections, (I just want to keep it running,) what is the correct line in the "run" script if I want to use syslog? Would something like: exec env - PATH="$PATH:/usr/local/bin" my_prog | \ splogger my_prog_id 3 or:

Re: svscan/supervise run script

2000-08-03 Thread Chris, the Young One
On Thu, Aug 03, 2000 at 07:08:38AM -, John Conover wrote: ! exec env - PATH="$PATH:/usr/local/bin" my_prog 21 | \ ! splogger my_prog_id 3 Almost. Use the log directory instead, if you can (replace qmaill with whatever user you want to run your log process on): cd /service/foobar