mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-26 17:36:53 +00:00
clamav: adjust a few more things
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
aa452b4613
commit
a661b488c3
4 changed files with 9 additions and 5 deletions
|
|
@ -9,13 +9,15 @@ logfile_backups=10
|
|||
loglevel=error
|
||||
|
||||
[program:freshclam]
|
||||
stdout_logfile=NONE
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
command=freshclam --foreground --stdout --daemon
|
||||
|
||||
[program:clamd]
|
||||
stdout_logfile=NONE
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
command=clamd --foreground --config-file=/tmp/clamd.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue