Browse Source

Update clamd.conf

Update to CentOS 7 comand!
WebZation 9 years ago
parent
commit
7baf0532fc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      install/rhel/7/monit/clamd.conf

+ 2 - 2
install/rhel/7/monit/clamd.conf

@@ -1,3 +1,3 @@
 check process clamd with pidfile /var/run/clamav/clamd.pid
-    start program = "/etc/init.d/clamd start"
-    stop program  = "/etc/init.d/clamd stop"
+    start program = "/usr/bin/systemctl start clamd"
+    stop program  = "/usr/bin/systemctl stop clamd"