mediatomb.conf 420 B

123456789101112131415161718192021222324
  1. #
  2. # Parameters to be passed to mediatomb
  3. #
  4. # Port to listen on
  5. MT_PORT='50500'
  6. # User and group to run as
  7. MT_USER='mediatomb'
  8. MT_GROUP='mediatomb'
  9. # Location of the PID file
  10. MT_PIDFILE='/var/run/mediatomb.pid'
  11. # Location of the log file
  12. MT_LOGFILE='/var/log/mediatomb.log'
  13. # Location of the config file/database
  14. MT_HOME='/var/lib/mediatomb'
  15. MT_CFGDIR='.mediatomb'
  16. # User defined command line options
  17. MT_OPTIONS=''