Partly solved: supervised tcpserver under supervise

1999-05-27 Thread Petr Novotny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have partly solved my problem (a typo) of logging tcpserver messages through cyclog. What I do now: For init scripts, I do supervise dir /var/qmail/rc-smtp and in my rc-smtp I have (on one long line) #!/bin/sh exec env - PATH=... tcpserver

Re: Partly solved: supervised tcpserver under supervise

1999-05-27 Thread Harald Hanche-Olsen
+ "Petr Novotny" [EMAIL PROTECTED]: | #!/bin/sh | exec env - PATH=... tcpserver -v ... rblsmtpd qmail-smtpd 21 | |setuser qmaill accustamp|setuser qmaill cyclog ... | | | I though the initial "exec" in the shell script should get rid of the | shell process. I must be missing something