r1: [svn-inject] Installing original source of monit-cn
[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