Page 1 of 1
Stop Sabnzbd from linux command line?
Posted: February 22nd, 2011, 1:18 pm
by bnb
So I just installed it on Unraid, so I'm assuming the commands are the same on linux, but I can't get an answer on their forum.
If I want to stop SAB, Sickbeard, or Couchpotato, is there a command line I can run?
Thanks.
Re: Stop Sabnzbd from linux command line?
Posted: February 22nd, 2011, 1:34 pm
by Effenberg0x0
On my Ubuntu server I have created /etc/init.d scripts for all three. So I would go like:
sudo service sabnzbdplus stop && sudo service couchpotato stop && sudo service sickbeard stop
Don't know the specifics about your platform thou
Re: Stop Sabnzbd from linux command line?
Posted: February 22nd, 2011, 2:00 pm
by Effenberg0x0
Wow, sorry, I was way off. Thought you had shell/ssh/something to this nas. Sorry.