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
1 #
2 # Sample configuration file for mpd
3 # This is a minimal configuration, see the manpage for more options
4 #
5
6 # Directory where the music is stored
7 music_directory         "/var/lib/mpd/music"
8
9 # Directory where user-made playlists are stored (RW)
10 playlist_directory      "/var/lib/mpd/playlists"
11
12 # Database file (RW)
13 db_file                 "/var/lib/mpd/database"
14
15 # Log file (RW)
16 log_file                "/var/log/mpd.log"
17
18 # Process ID file (RW)
19 pid_file                "/var/run/mpd.pid"
20
21 # State file (RW)
22 state_file              "/var/lib/mpd/state"
23
24 # User id to run the daemon as
25 #user                   "nobody"
26
27 # TCP socket binding
28 bind_to_address         "any"
29 #bind_to_address        "localhost"
30
31 # Unix socket to listen on
32 bind_to_address         "/var/lib/mpd/socket"