Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
6a750e65fa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      playbooks/mpdf.service.j2

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

@@ -7,7 +7,7 @@ After=network.target sound.target
[Service] [Service]
Type=notify Type=notify
EnvironmentFile=/etc/default/mpd 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 # Enable this setting to ask systemd to watch over MPD, see
# systemd.service(5). This is disabled by default because it causes # systemd.service(5). This is disabled by default because it causes


Loading…
Cancel
Save