mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Merge pull request #880 from openbrasil/patch-6
Monit: update clamd.conf
This commit is contained in:
commit
6cc761b38b
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue