summarylogtreecommitdiffstats
path: root/mediatomb.conf
diff options
context:
space:
mode:
authorSébastien Leduc2015-08-18 16:54:16 +0200
committerSébastien Leduc2015-08-18 16:54:16 +0200
commit980d280d3f55385245a6fb7753131689d7a7ef89 (patch)
tree217325f8186f767c7377171931780ec727e5ae6b /mediatomb.conf
downloadaur-980d280d3f55385245a6fb7753131689d7a7ef89.tar.gz
Initial commit
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'