slackbuilds_ponce/network/mediatomb/rc.mediatomb.conf
Heinz Wiesinger 2ea80394f8 network/mediatomb: Added (an open source UPnP MediaServer)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-12-06 23:26:21 -06:00

21 lines
527 B
Text

# /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=""