# Configuration for cron-apt.
# The cron config is located in /etc/cron.d/cron-apt
# This shows the defaults.
#

# A path is needed for this to work. This is the default PATH.
# export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin

# The random sleep time in seconds. This is used to prevent clients from
# accessing the APT sources all at the same time and overwhelming them.
# Default is 3600 seconds which means one hour.
# RUNSLEEP=3600

# The directory where the actions is stored.
# ACTIONDIR=/etc/cron-apt/action.d

# The directory where configuration per action is stored.
# ACTIONCONFDIR=/etc/cron-apt/config.d

# The directory where messages that will be prepended to the email that is
# sent (per action) is stored.
# MAILMSGDIR=/etc/cron-apt/mailmsg.d

# The directory where messages that will be prepended to the error message
# (per action) is stored.
# ERRORMSGDIR=/etc/cron-apt/errormsg.d

# The directory where messages that will be prepended to the log message
# (per action) is stored.
# ERRORMSGDIR=/etc/cron-apt/logmsg.d

# The file that contains error messages.
# ERROR=/var/log/cron-apt/error

# The file that contains current run information
# when still running the script.
# TEMP=/var/log/cron-apt/temp

# The logfile.
# LOG=/var/log/cron-apt/log

# The mail file.
# MAIL=/var/log/cron-apt/mail

# The email address to send mail to.
# MAILTO=root

# Value: error   (send mail on error runs)
#        always  (always send mail)
#	 output  (send mail when output is generated)
#	 upgrade (when packages is upgraded)
#                (else never send mail)
# MAILON=error

# Value: error   (exit on error only)
#                (else never exit)
# EXITON=error

# Value: verbose (log everything)
#        error   (log error runs only)
#                (else log nothing)
# DEBUG=verbose

# General apt options that will be passed to all apt-get calls.
# OPTIONS=-q

# Do not run the command, if there is an error in the previous run (default).
# Value: error   (do not run if there is an error on last run)
#                (else always run, remove previous error file and run)
# DONTRUN=
