Sonarr won't start after update via sudo service start?

Sonarr version (exact version): v2.0.0.5228
Mono version (if Sonarr is not running on Windows): Not sure…?
OS: Ubuntu Newest
Debug logs:

● sonarr.service - Sonarr Daemon
   Loaded: loaded (/etc/systemd/system/sonarr.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2018-08-02 18:16:48 CDT; 13min ago
 Main PID: 29013 (mono)
   CGroup: /system.slice/sonarr.service
           └─29013 /usr/bin/mono /opt/NzbDrone/NzbDrone.exe -nobrowser

Aug 02 18:16:48 ubuntu systemd[1]: Started Sonarr Daemon.
Aug 02 18:16:49 ubuntu mono[29013]: [Info] Bootstrap: Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.5228
Aug 02 18:16:51 ubuntu mono[29013]: [Fatal] ConsoleApp: EPIC FAIL!
Aug 02 18:16:51 ubuntu mono[29013]: [v2.0.0.5228] NzbDrone.Common.Exceptions.SonarrStartupException: Sonarr failed to start: Cannot create AppFolder, Access to the path /home/nzbdrone/.config/NzbDrone is denied
Aug 02 18:16:51 ubuntu mono[29013]:   at NzbDrone.Common.EnvironmentInfo.AppFolderFactory.Register () [0x00037] in <8faeb593f49341d6a7a6d2c3c281887c>:0
Aug 02 18:16:51 ubuntu mono[29013]:   at NzbDrone.Host.Bootstrap.Start (NzbDrone.Common.EnvironmentInfo.StartupContext startupContext, NzbDrone.Host.IUserAlert userAlert, System.Action`1[T] startCallback) [0x0005a] in <9b2a95f0b2a841b1ab
Aug 02 18:16:51 ubuntu mono[29013]:   at NzbDrone.Console.ConsoleApp.Main (System.String[] args) [0x0002f] in <749f1419727b4f628034fdacb2834eb4>:0
Aug 02 18:16:51 ubuntu mono[29013]: Press enter to exit...
Aug 02 18:16:52 ubuntu mono[29013]: Non-recoverable failure, waiting for user intervention...

Description of issue: Sonarr won’t start after update via sudo service start. I tried searching but couldn’t find any answers.

EDIT: FIXED.
I changed my autostart script group back to “nzbdrone” and changed my user to my current user that i log in with… All is fixed. Finally! Yes!

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

[Service]
User=(MY USER)
Group=nzbdrone

Type=simple
ExecStart=/usr/bin/mono /opt/NzbDrone/NzbDrone.exe -nobrowser
TimeoutStopSec=20
KillMode=process
Restart=on-failure

[Install]
WantedBy=multi-user.target

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