Skip to content

Commit

Permalink
Update supervisord.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
sebkeller authored Aug 24, 2024
1 parent 6301ba6 commit e71a800
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,17 @@ stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
command=/cron.sh

[program:clamd]
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
command=/usr/sbin/clamd

[program:freshclam]
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
command=/usr/bin/freshclam --daemon --config-file=/etc/clamav/freshclam.conf

0 comments on commit e71a800

Please sign in to comment.