On Wed, 27 Oct 1999, Richard Weil wrote:

> How do you restart exim after changing exim.conf?  The manual says to
> send the daemon process a SIGHUP signal, but I can't find the daemon
> process pid.

I use:
# /etc/init.d/exim restart

Alternatively, you can try:
# kill -HUP `pidof exim`

or even
# killall -HUP exim


-dave

--
   |     oOOooO           /  
 --|    oOobodoO        /   [EMAIL PROTECTED]
 --|     ooOoOo       /    
   |       II       /     The wise man tells you where you have fallen
   |       II     /      and where you may fall - Invaluable secrets.

Reply via email to