Recently i use the demonize version of spamassasing (spamd) en Centos In some circumstances i need to stop the deamon. My question is about the best way to do that. I'm used to stop the mailserver first then kill -15 spamd but i down know if this is ok Any sugestion? Thanks to all Regards
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
sudo /etc/init.d/spamd stopThis would utilize the same procedure that an ordinary system shutdown would perform. – sawdust Aug 4 '12 at 20:22