4 |
- |
1 |
## This is a sambel configuration file for the MediaTomb daemon script
|
|
|
2 |
## used on Fedora Core
|
|
|
3 |
|
|
|
4 |
## By default the configuration will be created in /etc/mediatomb
|
|
|
5 |
|
|
|
6 |
## Network interface on which the server will run, you need to edit this!
|
|
|
7 |
MT_INTERFACE="eth0"
|
|
|
8 |
|
|
|
9 |
## User defined command line options that may be passed to the server
|
|
|
10 |
MT_OPTIONS=""
|
|
|
11 |
|
|
|
12 |
## MediaTomb will be started on port 50500
|
|
|
13 |
MT_PORT="50500"
|
|
|
14 |
|
|
|
15 |
## MediaTomb will run as mediatomb
|
|
|
16 |
MT_USER="mediatomb"
|
|
|
17 |
MT_GROUP="mediatomb"
|
|
|
18 |
|
|
|
19 |
## Location of the PID file
|
|
|
20 |
MT_PIDFILE="/var/run/mediatomb.pid"
|
|
|
21 |
|
|
|
22 |
## Location of the log file
|
|
|
23 |
MT_LOGFILE="/var/log/mediatomb"
|
|
|
24 |
|
|
|
25 |
## Location of the config file/database
|
|
|
26 |
MT_HOME="/etc"
|
|
|
27 |
MT_CFGDIR="mediatomb"
|