###############################################################################
#                T R A C K E R   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-tracker daemon from the init.d script.
#

#
# Enable
#
# Whether to start the debtorrent-tracker in daemon mode from the init.d
# script. The only allowed values are "true" and "false".
#
# WARNING: the debtorrent-tracker is only needed by archive administrators
#          setting up debtorrent for others to use. If you are only using
#          debtorrent to download files, you only need to run the client.
#

DEBTORRENT_TRACKER_ENABLE=false

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

DEBTORRENT_TRACKER_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_TRACKER_CONFIG_FILE=/etc/debtorrent/debtorrent-tracker.conf

#
# 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_TRACKER_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_TRACKER_LOG_DIR=/var/log/debtorrent
