## Description: Configuration of system scripts related to motion capture.
## Type: yesno
## Default: "no"
# Set to yes to enable the cron job that automatically cleans old pictures and
# videos recorded by motion.
DELETE_OLD_MOTION=no

## Type: integer
## Default: 180
# The maximum number of days to retain motion images if the DELETE_OLD_MOTION
# option is yes.
MOTION_IMAGES_MTIME=180

## Type: integer
## Default: 360
# The maximum number of days to retain motion movies if the DELETE_OLD_MOTION
# option is yes.
MOTION_MOVIES_MTIME=360

