forked from pool/findutils
20 lines
460 B
Plaintext
20 lines
460 B
Plaintext
## Path: System/Cron
|
|
## Description: Deleting core files
|
|
## Type: yesno
|
|
## Default: no
|
|
#
|
|
# Should old corefiles they be deleted? ("yes" or "no")
|
|
# If set to 'no', cron.daily will tell you if it finds old core files.
|
|
# NOTE: This feature requires RUN_UPDATEDB to be set to "yes"
|
|
# and the package with locate (findutils-locate) to be installed.
|
|
#
|
|
DELETE_OLD_CORE=no
|
|
|
|
## Type: integer
|
|
## Default: 7
|
|
#
|
|
# Maximum age of core files (in days)
|
|
#
|
|
MAX_DAYS_FOR_CORE=7
|
|
|