summaryrefslogtreecommitdiffstats
path: root/multimedia/mediatomb/rc.mediatomb.conf
blob: af5ea4feef9ca392e3f2c8037bbcc6bc12c78847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# /etc/rc.d/rc.mediatomb.conf
#
# This file contains the configuration settings for mediatomb.

# Main configuration file that should be used for mediatomb
MEDIATOMB_CONFIG="/etc/mediatomb/config.xml"

# The user under which mediatomb should run
MEDIATOMB_USER="mediatomb"

# The group under which mediatomb should run
MEDIATOMB_GROUP="mediatomb"

# Network Interface to bind to
MEDIATOMB_INTERFACE=""

# Server port (the SDK only permits values >= 49152)
MEDIATOMB_PORT=""

# Additional mediatomb options
MEDIATOMB_OPTIONS=""