Ignore:
Timestamp:
Feb 6, 2010, 9:00:03 PM (14 years ago)
Author:
sebas
Message:

agregamos el archivo para los errores y sacamos el input plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/modules/music_player_daemon/files/mpd.conf

    r414 r521  
    33db_file                 "/var/lib/mpd/tag_cache"
    44log_file                "/var/log/mpd/mpd.log"
     5error_file              "/var/log/mpd/errors.log
    56pid_file                "/var/run/mpd/pid"
    67state_file              "/var/lib/mpd/state"
    78user                    "mpd"
    89bind_to_address         "any"
    9 input {
    10         plugin "curl"
    11 }
     10#input {
     11#        plugin "curl"
     12#}
    1213audio_output {
    1314        type            "alsa"
Note: See TracChangeset for help on using the changeset viewer.