diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2011-12-18 18:46:10 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-18 18:46:10 -0600 |
commit | 1fd5b2447c7c2b2759c7cded770c548854aa1b01 (patch) | |
tree | 4c934fa737a37e63c30580f4a5d97566c3f1b962 /multimedia/mediatomb/rc.mediatomb.conf | |
parent | 6c7429dc2060957c8a3a35ef341fc40b2b361323 (diff) | |
download | slackbuilds-1fd5b2447c7c2b2759c7cded770c548854aa1b01.tar.gz |
multimedia/mediatomb: Patched for new ffmpeg and moved from Network
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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 0000000000..af5ea4feef --- /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="" |