Blame | Last modification | View Log | RSS feed
## This is a sambel configuration file for the MediaTomb daemon script## used on Fedora Core## By default the configuration will be created in /etc/mediatomb## Network interface on which the server will run, you need to edit this!MT_INTERFACE="eth0"## User defined command line options that may be passed to the serverMT_OPTIONS=""## MediaTomb will be started on port 50500MT_PORT="50500"## MediaTomb will run as mediatombMT_USER="mediatomb"MT_GROUP="mediatomb"## Location of the PID fileMT_PIDFILE="/var/run/mediatomb.pid"## Location of the log fileMT_LOGFILE="/var/log/mediatomb"## Location of the config file/databaseMT_HOME="/etc"MT_CFGDIR="mediatomb"