###############################################################################
#                        D A E M O N   D E F A U L T S
###############################################################################
#
# This file specifies some default options to use when running the
# debtorrent-client daemon from the init.d script.
#

#
# Enable
#
# Whether to start the debtorrent-client in daemon mode from the init.d script.
# The only allowed values are "true" and "false".
#

DEBTORRENT_ENABLE=true

#
# User
#
# The user to run the debtorrent-client daemon as.
#

DEBTORRENT_USER=debtorrent

#
# Configuration File
#
# The configuration file to use. If left blank then a file in the .DebTorrent
# directory in the user's home directory will be used.
#

DEBTORRENT_CONFIG_FILE=/etc/debtorrent/debtorrent-client.conf

#
# Download Directory
#
# The directory to save the downloaded files in. If left blank then the user's
# home directory will be used.
#

DEBTORRENT_DOWNLOAD_DIR=/var/cache/debtorrent

#
# Cache Directory
#
# The directory to use to get/store cache files. If left blank then a
# .DebTorrent directory in the user's home directory will be used.
#

DEBTORRENT_CACHE_DIR=/var/cache/debtorrent/.DebTorrent

#
# Log Directory
#
# The directory to write the output logs to. If left blank, the cache
# directory will be used.
#

DEBTORRENT_LOG_DIR=/var/log/debtorrent
