9c8708c26645b774b2ca6bdcafd50242edc0d367
[monit-cn.git] / monit-cn / clamd.conf
1 # clamd monit-cn template
2
3 check process clamd with pidfile "/var/run/clamav/clamd.pid"
4         group mail
5         start program = "/etc/init.d/clamav-daemon start"
6         stop program = "/etc/init.d/clamav-daemon stop"
7         if failed unixsocket "/var/run/clamav/clamd.ctl"
8                 then restart