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.
parent
1824c47dc6
commit
8b26adf182
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue