sabnzbdplus closes on ssh log off [Ubuntu]
Posted: June 20th, 2013, 9:23 pm
I am running Ubuntu server 12.04.2 on a headless machine with sabnzbdplus from the apt-get repo (version 0.6.15). I have it set to run as a daemon through the /etc/init.d script. In the /etc/default/sabnzbdplus file, I have it set to run as a user (not root). I also set the host to the local IP address of the box and set the port to 8080. After I ssh in to the machine and start it with and then log out, the service stops about an hour or so after I log out of ssh. I can't figure out how to keep it on. Even if I do it still quits after I log off of ssh.
I tried setting the user in the config file as root, but then it wouldn't even start.
Code: Select all
sudo service sabnzbdplus start
Code: Select all
sudo /etc/init.d/sabnzbdplus start
I tried setting the user in the config file as root, but then it wouldn't even start.