Some checks failed
build.yaml / feat: Enhance background job settings UI and functionality (push) Failing after 0s
- Updated BackgroundJob.vue to improve the display of background job statuses, including missing cross-references and current job mode. - Added auto-refresh functionality for background job status. - Introduced success toast notifications for successful status refreshes. - Modified the XML serialization process in DatasetXmlSerializer for better caching and performance. - Implemented a new RuleProvider for managing custom validation rules. - Improved error handling in routes for loading background job settings. - Enhanced ClamScan configuration with socket support for virus scanning. - Refactored dayjs utility to streamline locale management.
27 lines
No EOL
673 B
Text
27 lines
No EOL
673 B
Text
# LogFile /dev/stdout
|
|
LogTime yes
|
|
LogClean yes
|
|
LogSyslog no
|
|
LogVerbose yes
|
|
DatabaseDirectory /var/lib/clamav
|
|
LocalSocket /var/run/clamav/clamd.socket
|
|
# LocalSocketMode 666
|
|
# Optional: allow multiple threads
|
|
MaxThreads 20
|
|
# Disable TCP socket
|
|
# TCPSocket 0
|
|
|
|
# TCP port address.
|
|
# Default: no
|
|
# TCPSocket 3310
|
|
# TCP address.
|
|
# By default we bind to INADDR_ANY, probably not wise.
|
|
# Enable the following to provide some degree of protection
|
|
# from the outside world.
|
|
# Default: no
|
|
# TCPAddr 127.0.0.1
|
|
|
|
Foreground no
|
|
PidFile /var/run/clamav/clamd.pid
|
|
# LocalSocketGroup node # Changed from 'clamav'
|
|
# User node # Changed from 'clamav' - clamd runs as clamav user |