The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / mpd / mpd.conf
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/mpd/mpd.conf b/cirros-testvm/src-cirros/buildroot-2015.05/package/mpd/mpd.conf
new file mode 100644 (file)
index 0000000..5956b75
--- /dev/null
@@ -0,0 +1,32 @@
+#
+# Sample configuration file for mpd
+# This is a minimal configuration, see the manpage for more options
+#
+
+# Directory where the music is stored
+music_directory                "/var/lib/mpd/music"
+
+# Directory where user-made playlists are stored (RW)
+playlist_directory     "/var/lib/mpd/playlists"
+
+# Database file (RW)
+db_file                        "/var/lib/mpd/database"
+
+# Log file (RW)
+log_file               "/var/log/mpd.log"
+
+# Process ID file (RW)
+pid_file               "/var/run/mpd.pid"
+
+# State file (RW)
+state_file             "/var/lib/mpd/state"
+
+# User id to run the daemon as
+#user                  "nobody"
+
+# TCP socket binding
+bind_to_address                "any"
+#bind_to_address       "localhost"
+
+# Unix socket to listen on
+bind_to_address                "/var/lib/mpd/socket"