-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > 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.
The /etc/init.d/ directory contains scripts for starting, stopping, and reloading daemons. for example running: "/etc/init.d/exim reload" - will reload exim "/etc/init.d/exim stop" - will stop exim "/etc/init.d/exim start"- will start exim To send a signal to a process, you use the kill or killall command, and add the signal name at the end, so to send a HUP signal to exim, use "killall -HUP exim". Take a look at the man pages for these commands. > > -- > Giulio > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] Theo Zourzouvillys Global Network Consultant + Notnet Consultancy [ www.notnet.co.uk ] - Specialising in Unix security, ISP Start-up and regeneration, - MySQL solutions, E-commerce, and Load balancing. + Notnet.co.uk - Quality web hosting at an affordable price - http://www.notnet.co.uk/ + Mobile: +44 7747 844 300 + [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: PGP 7.0.4 iQA/AwUBO7DlnuOPAq8KU5+mEQITqQCgrpWFSAA4zLSapOYkyXQiF1u2ylMAnRnk Wo2btOZe+CcW6R0ZUnr8nyGR =oxR0 -----END PGP SIGNATURE-----