Skip to content

Commit 6cc761b

Browse files
Merge pull request hestiacp#880 from openbrasil/patch-6
Monit: update clamd.conf
2 parents 6368cba + 7baf053 commit 6cc761b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/rhel/7/monit/clamd.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
check process clamd with pidfile /var/run/clamav/clamd.pid
2-
start program = "/etc/init.d/clamd start"
3-
stop program = "/etc/init.d/clamd stop"
2+
start program = "/usr/bin/systemctl start clamd"
3+
stop program = "/usr/bin/systemctl stop clamd"

0 commit comments

Comments
 (0)