On 25 Sep 2001, 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. >
Go /etc/init.d! There you find the daemon's init script. Run that script like this: ./script_name stop then when you want to start it: ./script_name start