Add Clamd as a service to CentOS?

Posted by Josh on Server Fault See other posts from Server Fault or by Josh
Published on 2010-05-14T19:15:38Z Indexed on 2010/05/14 19:25 UTC
Read the original article Hit count: 244

Filed under:
|
|
|

As I understand I think I need to add something to init.d, but I am not sure what to add. At the moment to start clamav I have to do clamd start. I would like it as a service so I can start it on run level 3 as a service. I realize I could probably do this through a shell script in the right runlevel, but I would like to be able to use chkconfig to configure it.

© Server Fault or respective owner

Related posts about clamav

Related posts about linux