On Mon, Jun 18, 2001 at 09:55:24PM +0200, [EMAIL PROTECTED] allegedly wrote:
> kill -HUP `ps auwx | grep qmail-send | grep -v grep | awk -F" " {'print
> $2'}`
>
> Or maybe even (if you have bash)
>
> for PID in \
> `ps auwx | grep qmail-send | grep -v grep | awk -F" " {'print $2'}`; do \
> kill -HUP $PID; done
>
> (not on 1 line but don't miss the backslashes)
vs svc -d /service/qmail-send
As Russ says, it's never too late to change over to supervise.
Regards.
- Re: restart without rebooting Chris Johnson
- Re: restart without rebooting Dave Sill
- Re: restart without rebooting Karsten W. Rohrbach
- Re: restart without rebooting Drew Raines
- Re: restart without rebooting Jeff Palmer
- Re: restart without rebooting Todd Grimes
- Re: restart without rebooting Russell Nelson
- Re: restart without rebooting arjen-qmail
- RE: restart without rebooting Virginia Chism
- Re: restart without rebooting Karsten W. Rohrbach
- Re: restart without rebooting MarkD
- Re: restart without rebooting Charles Cazabon
- Re: restart without rebooting peter green
- Re: restart without rebooting Greg White
- Re: restart without rebooting Claudio Nieder
- Re: restart without rebooting arjen-qmail
- Re: restart without rebooting Mike Jackson
- Re: restart without rebooting Greg Moeller
- Re: restart without rebooting Ruprecht Helms
- RE: smtp router Kirti S. Bajwa
