Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/6d41f7895fae626a5cc30fbdd9171cd2b2931c54 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Move binaries to subdir for easier builtin updater changes.

pull/2789/head
Taloth Saldono 7 years ago
parent 7cf4c6f655
commit 6d41f7895f

@ -1 +1 @@
sonarr_bin/* /opt/sonarr
sonarr_bin/* /opt/sonarr/bin

@ -7,7 +7,7 @@ User=sonarr
Group=sonarr
Type=simple
ExecStart=/usr/bin/mono --debug /opt/sonarr/Sonarr.exe -nobrowser
ExecStart=/usr/bin/mono --debug /opt/sonarr/bin/Sonarr.exe -nobrowser
TimeoutStopSec=20
KillMode=process
Restart=on-failure

Loading…
Cancel
Save