# 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 directory where the actions is stored.
# ACTIONDIR=/etc/cron-apt/action.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 loggfile.
# 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)
#                (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
