# Defaults for apt-cacher-ng
# sourced by /etc/init.d/apt-cacher-ng and the cron job script

#
# This is a POSIX shell fragment
#

# See umask(2) or chmod(1) for details.
# 002 would make new files writable by group.
#
# umask 022

# Additional options that are passed to the Daemon.
DAEMON_OPTS=" -c /etc/apt-cacher-ng "

# variable can be set to disable the daily cron job
# NO_CRON_RUN=
