mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-26 00:24:53 +08:00
Merge pull request #6231 from nextcloud/close-6230-freshclam-conf
clamav: use correct clamd.conf in freshclam
This commit is contained in:
commit
847f0c28cb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ stdout_logfile=/dev/stdout
|
|||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
command=freshclam --foreground --stdout --daemon
|
||||
command=freshclam --foreground --stdout --daemon --daemon-notify=/tmp/clamd.conf
|
||||
|
||||
[program:clamd]
|
||||
stdout_logfile=/dev/stdout
|
||||
|
|
Loading…
Add table
Reference in a new issue