From 8c94e30f80fadb4ff0c4acbf74826874cc3078ed Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Thu, 8 Sep 2022 05:27:44 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdf.conf.j2 | 2 +- playbooks/mpdf.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/mpdf.conf.j2 b/playbooks/mpdf.conf.j2 index 73c7a9e..84aadf0 100644 --- a/playbooks/mpdf.conf.j2 +++ b/playbooks/mpdf.conf.j2 @@ -55,7 +55,7 @@ pid_file {{ [path,pid_file,item]|join() }} # it was brought down. This setting is disabled by default and the server # state will be reset on server start up. # -state_file {{ [path,state_file,item]|join() }} +state_file {{ [path,state_file,item,'.sql']|join() }} # # The location of the sticker database. This is a database which diff --git a/playbooks/mpdf.yaml b/playbooks/mpdf.yaml index dff3e1c..d2f3af1 100644 --- a/playbooks/mpdf.yaml +++ b/playbooks/mpdf.yaml @@ -10,7 +10,7 @@ log_file: mpd.log pid_file: pid state_file: state - sticker_file: sticker.sql + sticker_file: sticker user: mpd group: nogroup bind_to_address: any