Sonarr not restarting after update?

Sonarr version (exact version): 2.0.0.4322
Mono version (if Sonarr is not running on Windows):4.2.1
OS: Ubuntu 16.04

((Debug logs)):
Sep 10 17:47:57 mono[24100]: [Info] InstallUpdateService: Update package verified successfully
Sep 10 17:47:57 mono[24100]: [Info] InstallUpdateService: Extracting Update package
Sep 10 17:47:57 mono[24100]: [Info] InstallUpdateService: Update package extracted successfully
Sep 10 17:47:57 mono[24100]: [Info] BackupService: Starting Backup
Sep 10 17:48:03 mono[24100]: [Info] InstallUpdateService: Preparing client
Sep 10 17:48:03 mono[24100]: [Info] InstallUpdateService: Starting update client /tmp/nzbdrone_update/NzbDrone.Update.exe
Sep 10 17:48:03 mono[24100]: [Info] InstallUpdateService: Sonarr will restart shortly.
Sep 10 17:48:20 systemd[1]: nzbdrone.service: Main process exited, code=killed, status=9/KILL
Sep 10 17:48:20 systemd[1]: nzbdrone.service: Unit entered failed state.
Sep 10 17:48:20 systemd[1]: nzbdrone.service: Failed with result ‘signal’.

Description of issue: Happened a few times after I updated ubuntu to 16.04
here’s my systemd config file

[Unit]
Description=Systemd script to run Sonarr as a service
After=network-online.target

[Service]
User=xxx
Group=xxx
Type=simple
Environment=statedir=/opt/NzbDrone
ExecStart=/usr/bin/mono --debug ${statedir}/NzbDrone.exe /nobrowser
TimeoutStopSec=20

[Install]
WantedBy=multi-user.target

Sonarr waits a few seconds for systems to start it then not starts it itself. If you start Sonarr manually does it start?

Check Sonarr’s update log to confirm the update completed successfully.

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