Sonarr Service Can't Start Centos 7

Hi,

I have followed the instructions found at https://github.com/Sonarr/Sonarr/wiki/Installation-CentOS-7 to install Sonarr on my server.

When trying to start the service I have the error “Cannot open assembly ‘/usr/local/sonarr/NzbDrone.exe’: No such file or directory.”

I have looked in the location and there is the file NzbDrone.exe.

Any ideas please?

ExecStart=/usr/bin/mono /opt/sonarr/NzbDrone.exe -nobrowser -data /opt/sonarr indidcates that NzbDrone.exe is in /opt/sonarr/ not /usr/local/sonarr/, though that command would cause other issues because the data directory would be jammed into the binary directory.

Is the systemd file correct?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.