Page 2 of 2

Re: Auto-Start doesn't work

Posted: February 20th, 2018, 3:59 pm
by OneCD
v-enom wrote: February 20th, 2018, 9:40 am is there an easy way to disable the sabnzbd auto start using ssh?
If Rasbian Stretch is using 'systemd' like regular Debian, then use something like this:

Code: Select all

sudo systemctl disable sabnzbd
On your install, it may not be called exactly 'sabnzbd'. So cheat and type 'sab' then use tab-completion. ;)

This will prevent it from launching on boot-up.

Re: Auto-Start doesn't work

Posted: October 17th, 2018, 12:55 pm
by JaredSharp
OneCD wrote: February 20th, 2018, 3:59 pm
v-enom wrote: February 20th, 2018, 9:40 am is there an easy way to disable the sabnzbd auto start using ssh?
If Rasbian Stretch is using 'systemd' like regular Debian, then use something like this:

Code: Select all

sudo systemctl disable sabnzbd
On your install, it may not be called exactly 'sabnzbd'. So cheat and type 'sab' then use tab-completion. ;)

This will prevent it from launching on boot-up.
Thnx CDOne i am also suffering from this but it will very helpful to me

Re: Auto-Start doesn't work

Posted: November 14th, 2018, 6:54 am
by JAck55
jcfp wrote: February 16th, 2018, 3:02 pm If the application doesn't work, the init script won't be able to start it either.

How long did you let the command run in the terminal before the interrupt? Can you connect to the web interface?

Any output if you use this instead (enables debug logging):

Code: Select all

sabnzbdplus -l 2
Thank you very much