Sonarr restarting issue

Sonarr version (2.0.0.4949):
Mono version (5.0.1.1):
OS: Ubuntu Server 16.04
Description of issue:

I am having trouble with Sonarr coming back up on its own after a failure. I have basically the same unit script in use with Radarr and have no issues. Take a look?:

note username is a replacement

[Unit]
Description=Sonarr Daemon
After=syslog.target network.target

[Service]
User=username
Group=nogroup

Type=simple
PermissionsStartOnly=true
ExecStartPre=/bin/mkdir -p /home/username/.config/NzbDrone
ExecStartPre=/bin/chown username:nogroup -R /home/username/.config/NzbDrone
ExecStart=/usr/bin/mono /opt/NzbDrone/NzbDrone.exe --nobrowser
TimeoutStopSec=20
KillMode=process
Restart=on-failure

[Install]
WantedBy=multi-user.target

Please let me know if you see something funky.

Thanks.

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