From 6a750e65fa84a978f550f7f103153c1070511eb3 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Thu, 8 Sep 2022 18:41:38 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdf.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/mpdf.service.j2 b/playbooks/mpdf.service.j2 index 8dc0e37..a82ac33 100644 --- a/playbooks/mpdf.service.j2 +++ b/playbooks/mpdf.service.j2 @@ -7,7 +7,7 @@ After=network.target sound.target [Service] Type=notify EnvironmentFile=/etc/default/mpd -ExecStart=/usr/bin/mpd --no-daemon /etc/mpd((item)).conf +ExecStart=/usr/bin/mpd --no-daemon /etc/mpdf{{ item }}.conf # Enable this setting to ask systemd to watch over MPD, see # systemd.service(5). This is disabled by default because it causes