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