File freshclam.sysconfig of Package clamav

25
 
1
## When changing the periodicity of freshclam runs in the crontab,
2
## this value must be adjusted also. Its value is the timespan between
3
## two subsequent freshclam runs in minutes. E.g. for the default
4
##
5
## | 0 */3 * * *  ...
6
##
7
## crontab line, the value is 180 (minutes).
8
# FRESHCLAM_MOD=
9
10
## A predefined value for the delay in seconds. By default, the value is
11
## calculated by the 'hostid' program. This predefined value guarantees
12
## constant timespans of 3 hours between two subsequent freshclam runs.
13
##
14
## This option accepts two special values:
15
## 'disabled-warn'  ...  disables the automatic freshclam update and
16
##                         gives out a warning
17
## 'disabled'       ...  disables the automatic freshclam silently
18
# FRESHCLAM_DELAY=
19
20
21
### !!!!! REMOVE ME !!!!!!
22
### REMOVE ME: By default, the freshclam update is disabled to avoid
23
### REMOVE ME: network access without prior activation
24
FRESHCLAM_DELAY=disabled-warn   # REMOVE ME
25