More work on media-monitor and pypo install process

This commit is contained in:
Duncan Sommerville 2014-12-19 13:49:33 -05:00
parent 6d38f2ccfc
commit 75c2a4a18b
10 changed files with 40 additions and 281 deletions

View file

@ -189,9 +189,6 @@ index_path = '/var/tmp/airtime/media-monitor/last_index'
# cache_base_dir: The pypo base cache directory
# The default is '/var/tmp/airtime/pypo/'
#
# bin_dir: The directory containing pypo binaries
# The default is '/usr/lib/airtime/pypo'
#
# log_base_dir: The base directory for Airtime log files
# The default is '/var/log/airtime'
#
@ -255,7 +252,6 @@ file_dir = '/var/tmp/airtime/pypo/files/'
tmp_dir = '/var/tmp/airtime/pypo/tmp/'
# ------- Setup directories - !! Don't include trailing slash !! -------
cache_base_dir = '/var/tmp/airtime/pypo'
bin_dir = '/usr/lib/airtime/pypo'
log_base_dir = '/var/log/airtime'
pypo_log_dir = '/var/log/airtime/pypo'
liquidsoap_log_dir = '/var/log/airtime/pypo-liquidsoap'