# Defaults for acct

# If you want to keep acct installed, but not started automatically, set this
# variable to 0. Because /etc/cron.daily/acct calls the initscript daily, it is
# not sufficient to stop acct once after booting if your machine remains up.
ACCT_ENABLE="1"

# If you want to store the accounting information somewhere diffrent as in
# /var/account/pacct, set this variable to an existing location.
ACCT_LOGFILE="/var/log/account/pacct"

# Amount of days that the logs are keept.
ACCT_LOGGING="30"
