2025-03-06 16:00:53 +01:00
|
|
|
[supervisord]
|
|
|
|
|
nodaemon=true
|
|
|
|
|
nodaemon=true
|
|
|
|
|
logfile=/var/log/supervisord/supervisord.log
|
|
|
|
|
pidfile=/var/run/supervisord/supervisord.pid
|
|
|
|
|
childlogdir=/var/log/supervisord/
|
|
|
|
|
logfile_maxbytes=50MB
|
|
|
|
|
logfile_backups=10
|
|
|
|
|
loglevel=error
|
|
|
|
|
|
|
|
|
|
[program:freshclam]
|
2025-03-06 16:58:25 +01:00
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
|
stdout_logfile_maxbytes=0
|
2025-03-06 16:00:53 +01:00
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
|
stderr_logfile_maxbytes=0
|
2025-11-11 10:45:17 +01:00
|
|
|
command=freshclam --foreground --stdout --daemon --daemon-notify=/etc/clamav/clamd.conf
|
2025-03-06 16:00:53 +01:00
|
|
|
|
|
|
|
|
[program:clamd]
|
2025-03-06 16:58:25 +01:00
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
|
stdout_logfile_maxbytes=0
|
2025-03-06 16:00:53 +01:00
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
|
stderr_logfile_maxbytes=0
|
2025-11-11 10:45:17 +01:00
|
|
|
command=clamd --foreground --config-file=/etc/clamav/clamd.conf
|
2025-10-14 20:59:42 +02:00
|
|
|
|
|
|
|
|
[program:milter]
|
|
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
|
stderr_logfile_maxbytes=0
|
2025-10-16 19:31:16 +02:00
|
|
|
command=clamav-milter --config-file=/etc/clamav/clamav-milter.conf
|