Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
328999cc63
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      playbooks/mpdf.conf.j2

+ 1
- 1
playbooks/mpdf.conf.j2 View File

@@ -44,7 +44,7 @@ playlist_directory "{{ [path,item,playlist_directory]|join() }}"
# The special value "syslog" makes MPD use the local syslog daemon. This # The special value "syslog" makes MPD use the local syslog daemon. This
# setting defaults to logging to syslog, otherwise logging is disabled. # setting defaults to logging to syslog, otherwise logging is disabled.
# #
log_file "{{ [log_dir,'mpd',item,'.log']|join() }}"
log_file "{{ [log_dir,'mpd',item,'/.log']|join() }}"
# #
# This setting sets the location of the file which stores the process ID # This setting sets the location of the file which stores the process ID
# for use of mpd --kill and some init scripts. This setting is disabled by # for use of mpd --kill and some init scripts. This setting is disabled by


Loading…
Cancel
Save