summarylogtreecommitdiffstats
path: root/mediatomb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mediatomb.conf')
-rw-r--r--mediatomb.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/mediatomb.conf b/mediatomb.conf
new file mode 100644
index 000000000000..f97296e7ae19
--- /dev/null
+++ b/mediatomb.conf
@@ -0,0 +1,22 @@
+#
+# Parameters to be passed to mediatomb
+#
+
+# Port to listen on
+MT_PORT='50500'
+
+# User and group to run as
+MT_USER='mediatomb'
+MT_GROUP='mediatomb'
+
+# Location of the PID file
+MT_PIDFILE='/var/run/mediatomb.pid'
+
+# Location of the log file
+MT_LOGFILE='/var/log/mediatomb.log'
+
+# Location of the config file/database
+MT_HOME='/var/lib/mediatomb'
+
+# User defined command line options
+MT_OPTIONS='--daemon'