mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-02 11:08:01 +00:00
fix freshclam startup
- create pid file in existing folder /run
- let freshclam log to stdout
- remove deprecated SafeBrowsing
(cherry picked from commit 447b237ecb)
# Conflicts:
# optional/clamav/conf/freshclam.conf
This commit is contained in:
18
optional/clamav/conf/freshclam.conf
Normal file
18
optional/clamav/conf/freshclam.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
###############
|
||||
# General
|
||||
###############
|
||||
|
||||
DatabaseDirectory /data
|
||||
UpdateLogFile /dev/stdout
|
||||
LogTime yes
|
||||
PidFile /run/freshclam.pid
|
||||
DatabaseOwner root
|
||||
|
||||
###############
|
||||
# Updates
|
||||
###############
|
||||
|
||||
DatabaseMirror database.clamav.net
|
||||
ScriptedUpdates yes
|
||||
NotifyClamd /etc/clamav/clamd.conf
|
||||
Bytecode yes
|
||||
Reference in New Issue
Block a user