On Tue, Sep 25, 2001 at 02:48:12PM -0400, Giulio Morgan wrote:
> I am trying to modify and "reload" my exim.conf file. The beginning of the
> sample conf file says "...you change Exim's configuration file, you *must*
> remember to HUP the Exim daemon". I am unable to determine how to HUP a daemon
> without rebooting. Any help will be appreciated, thank you so much.
> 
> -- 
> Giulio

killall -HUP daemon
kill -HUP `pidof daemon`

or just do a ps axu, find the daemon's line and kill -HUP it by pid.
                                        m&f
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

-- 
The danger from computers is not that they will eventually get
as smart as men but that we will meanwhile agree to meet
them halfway.

Attachment: pgpFBnFPjA2Ld.pgp
Description: PGP signature

Reply via email to