mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-15 02:00:15 +00:00
Merge pull request #7102 from nextcloud/enh/noid/fix-clamav
clamav: use default clamd.comf path
This commit is contained in:
commit
bf1df2f72e
1 changed files with 2 additions and 2 deletions
|
|
@ -13,14 +13,14 @@ stdout_logfile=/dev/stdout
|
||||||
stdout_logfile_maxbytes=0
|
stdout_logfile_maxbytes=0
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
stderr_logfile_maxbytes=0
|
stderr_logfile_maxbytes=0
|
||||||
command=freshclam --foreground --stdout --daemon --daemon-notify=/tmp/clamd.conf
|
command=freshclam --foreground --stdout --daemon --daemon-notify=/etc/clamav/clamd.conf
|
||||||
|
|
||||||
[program:clamd]
|
[program:clamd]
|
||||||
stdout_logfile=/dev/stdout
|
stdout_logfile=/dev/stdout
|
||||||
stdout_logfile_maxbytes=0
|
stdout_logfile_maxbytes=0
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
stderr_logfile_maxbytes=0
|
stderr_logfile_maxbytes=0
|
||||||
command=clamd --foreground --config-file=/tmp/clamd.conf
|
command=clamd --foreground --config-file=/etc/clamav/clamd.conf
|
||||||
|
|
||||||
[program:milter]
|
[program:milter]
|
||||||
stdout_logfile=/dev/stdout
|
stdout_logfile=/dev/stdout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue