# Defaults for freevo initscript
# sourced by /etc/init.d/freevo

#######
# If you change this you should run "dpkg-reconfigure freevo"
#  and know what you are doing

# Cache dir. Warning: it will be 'rm -rf' on package purge
export FREEVO_CACHEDIR=/home/freevo/cache

export FREEVO_LOGDIR=/home/freevo/log

#this is where record_schedule.xml is stored
export FREEVO_STATICDIR=/home/freevo/static


########

# If you set any of the following, it will override /etc/freevo/debconf.sh
#  (in case you do not like debconf....)

# Don't use it by default
#START_FREEVO_XSERVER=0

# Set to 1 to start the record server
#START_FREEVO_RECORDSERVER=0

# Set to 1 to start the encoding server
#START_FREEVO_ENCODINGSERVER=0

# Set to 1 to start the web server throught init
# You may use plugin.activate('www') in local_config.py instead
#START_FREEVO_WEBSERVER=0

#START_FREEVO_RSSSERVER=0
