Issue with 1.1.1
Posted: November 29th, 2016, 3:18 pm
Hello everybody! Love the project and have used it for years.
Having an issue with version 1.1.1 though. It simply doesn't start for me. I run linux and use systemd to start SABnzbd. The unit file I use is:
It simply doesn't start. systemctl status results in:
For now I've downgraded to 1.1.0 and it works no problem, but I'd like to be able to update someday and have it work. Any advice is appreciated!
Having an issue with version 1.1.1 though. It simply doesn't start for me. I run linux and use systemd to start SABnzbd. The unit file I use is:
Code: Select all
[Unit]
Description=Sabnzbd
[Service]
User=sabnzbd
Group=sabnzbd
ExecStart=/usr/bin/python2.7 /usr/share/sabnzbd/SABnzbd.py --config-file /etc/sabnzbd/sabnzbd.ini
Type=simple
[Install]
WantedBy=multi-user.target
Code: Select all
● sabnzbd.service - Sabnzbd
Loaded: loaded (/etc/systemd/system/sabnzbd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2016-11-29 13:42:36 CST; 21min ago
Process: 185 ExecStart=/usr/bin/python2.7 /usr/share/sabnzbd/SABnzbd.py --config-file /etc/sabnzbd/sabnzbd.ini (code=exited, status=1/FAILURE)
Main PID: 185 (code=exited, status=1/FAILURE)
