Increase inotify capacity to prevent Clam OnAccess Scanner from failing
This commit is contained in:
		| @@ -28,6 +28,11 @@ service_list: | ||||
|   - name: 'clamav-freshclam.service' | ||||
|     state: 'started' | ||||
|     enabled: 'yes' | ||||
| sysctl_list: | ||||
|   - name: 'fs.inotify.max_user_watches' | ||||
|     state: 'present' | ||||
|     sysctl_file: '/etc/sysctl.d/99-clamav.conf' | ||||
|     value: '524288' | ||||
| template_list: | ||||
|   - dest: '/etc/clamd.d/scan.conf' | ||||
|     group: 'root' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user