From 8b26adf1824d869e23703cb67ab0541ad48d95fd Mon Sep 17 00:00:00 2001 From: jmott85 <51213510+jmott85@users.noreply.github.com> Date: Tue, 26 Jan 2021 02:40:03 -0600 Subject: [PATCH] Had issues with missing artwork using this systemd config until I changed this option to /home/sonarr/.config which is where art is stored. --- Installation-CentOS-7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation-CentOS-7.md b/Installation-CentOS-7.md index 5062d2a..a96744d 100644 --- a/Installation-CentOS-7.md +++ b/Installation-CentOS-7.md @@ -52,7 +52,7 @@ After=syslog.target network.target User=sonarr Group=sonarr Type=simple -ExecStart=/usr/bin/mono /opt/sonarr/bin/NzbDrone.exe -nobrowser -data /opt/sonarr +ExecStart=/usr/bin/mono /opt/sonarr/bin/NzbDrone.exe -nobrowser -data /home/sonarr/.config TimeoutStopSec=20 [Install] WantedBy=multi-user.target