> -----Original Message----- > From: Scott Rothgaber [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 30, 2003 10:41 AM > To: [EMAIL PROTECTED] > Subject: Re: [SAtalk] Restart Spamd > > > Mike Carlson wrote: > > > What is the best way to kill spamassassin and restart it > again after > > making a change to the local.cf file? >
no point in restarting just for a change in local.cf. just send it a SIGHUP. running through daemontools makes it easy... # svc -t /service/spamd or do it yourself... kill -HUP <pid_of_spamd> make sure you HUP the parent process, owned by root. there may be some spamd children running around owned by nobody and if you HUP them it wont help. redhat-rc-script.sh should probably have a 'reload' option that sends a SIGHUP... but since i use daemontools to keep my spamd alive, i really dont care. dallas ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk