I'm currently having issues with autostarting SABnzbd when the server reboots.
What I have done so far:
I installed the package via the contrib source so I could get the almost up to date version 06.9 (I've also tried it from the stable repo version 05.xx with the same problems).
Edited the /etc/default/sabnzbdplus file with the username I created (username: nzb) though I have also tried 'root' with no success. As well as configure the hostname/ip as host=0.0.0.0 and port=8080.
I can run the script via
Code: Select all
sh /etc/init.d/sabnzbdplus start
I'm sure there is something simple I'm missing but I've been working on it for literally a couple hours now. I have a feeling the Debian on the DNS-320 starts as some other user that is preventing the startup script from running, though I'm out of ideas. Thanks for any help.