1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-11 06:33:32 +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
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