## This is a sambel configuration file for the MediaTomb daemon script
## used on Optware

## By default the configuration will be created in /etc/mediatomb

## User defined command line options that may be passed to the server
MT_OPTIONS=""

## MediaTomb will be started on port 50500
MT_PORT="50500"

## MediaTomb will run as mediatomb
MT_USER="root"
MT_GROUP="root"

## Location of the PID file
MT_PIDFILE="/opt/var/run/mediatomb.pid"

## Location of the log file
MT_LOGFILE="/opt/var/log/mediatomb"

## Location of the config file/database
MT_HOME="/opt/etc"
MT_CFGDIR="mediatomb"

