diff options
Diffstat (limited to 'multimedia/mediatomb/rc.mediatomb.conf')
-rw-r--r-- | multimedia/mediatomb/rc.mediatomb.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/multimedia/mediatomb/rc.mediatomb.conf b/multimedia/mediatomb/rc.mediatomb.conf new file mode 100644 index 000000000000..af5ea4feef9c --- /dev/null +++ b/multimedia/mediatomb/rc.mediatomb.conf @@ -0,0 +1,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="" |