So, I have looked at other posts and tried many different fixes that others have posted to no avail.
Sonarr will only work when I start it manually via mono /opt/NzbDrone/NzbDrone.exe
Here is my config file:
GNU nano 2.5.3 File: /lib/systemd/system/sonarr.service
[Unit]
Description=Sonarr Daemon
After=syslog.target network.target
[Service]
User=sonarr
Group=sonarr
Type=simple
ExecStart=/usr/bin/mono /opt/NzbDrone/NzbDrone.exe -nobrowser
TimeoutStopSec=20
KillMode=process
Restart=on-failure
StandardOutput=null
[Install]
WantedBy=multi-user.target
I get error:
htpc1@htpc1-System-Product-Name:~$ systemctl status sonarr.service
● sonarr.service - Sonarr Daemon
Loaded: loaded (/etc/systemd/system/sonarr.service; enabled; vendor preset: e
Active: inactive (dead) (Result: exit-code) since Sat 2017-01-14 19:34:02 EST
Process: 4251 ExecStart=/usr/lib/mono /opt/NzbDrone/NzbDrone.exe> -nobrowser (
Main PID: 4251 (code=exited, status=203/EXEC)
Jan 14 19:34:02 htpc1-System-Product-Name systemd[1]: sonarr.service: Unit enter
Jan 14 19:34:02 htpc1-System-Product-Name systemd[1]: sonarr.service: Failed wit
Jan 14 19:34:02 htpc1-System-Product-Name systemd[1]: sonarr.service: Service ho
Jan 14 19:34:02 htpc1-System-Product-Name systemd[1]: Stopped Sonarr Daemon.
Jan 14 19:34:02 htpc1-System-Product-Name systemd[1]: sonarr.service: Start requ
Jan 14 19:34:02 htpc1-System-Product-Name systemd[1]: Failed to start Sonarr Dae
Your help will be appreciated!