Browse Source

working on changes, and debugging

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

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

@@ -50,14 +50,14 @@ log_file "{{ [log_dir,'mpd',item,'.log']|join() }}"
# 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
# default and the pid file will not be stored. # default and the pid file will not be stored.
# #
pid_file "{{ [path,pid_file,item]|join() }}"
pid_file "{{ [path,item,'/',pid_file]|join() }}"
# #
# This setting sets the location of the file which contains information about # This setting sets the location of the file which contains information about
# most variables to get MPD back into the same general shape it was in before # most variables to get MPD back into the same general shape it was in before
# it was brought down. This setting is disabled by default and the server # it was brought down. This setting is disabled by default and the server
# state will be reset on server start up. # state will be reset on server start up.
# #
state_file "{{ [path,state_file,item]|join() }}"
state_file "{{ [path,item,'/',state_file,]|join() }}"


# #
# The location of the sticker database. This is a database which # The location of the sticker database. This is a database which


Loading…
Cancel
Save