mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
1fd5b2447c
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
21 lines
527 B
Text
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=""
|