# -*- sh -*-

# Change to yes to enable expurgate.
ENABLE=no

# Root directory, or leave empty. See chroot(2).
CHROOT=""
#CHROOT="/var/spool/expurgate"

# Location of the configuration file.
# note: The chroot directory will be prepended to this file path.
CONFIG="/etc/expurgate/expurgate.conf"

# Location of the PID file.
# note: The chroot directory will be prepended to this file path.
PIDFILE="/var/run/expurgate.pid"

# Additional options.
# note: Do NOT specify any of --config, --pidfile, --daemonize, --chroot
#       because these options will be overridden.
OPTIONS=""

# Increase the maximum number of open file descriptors.
ulimit -n 16384
