1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-12 07:07:47 +00:00

Had issues with missing artwork using this systemd config until I changed this option to /home/sonarr/.config which is where art is stored.

jmott85 2021-01-26 02:40:03 -06:00
parent 1824c47dc6
commit 8b26adf182

@ -52,7 +52,7 @@ After=syslog.target network.target
User=sonarr User=sonarr
Group=sonarr Group=sonarr
Type=simple 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 TimeoutStopSec=20
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target