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.
Stop Sabnzbd from linux command line?
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
-
- Newbie
- Posts: 42
- Joined: January 24th, 2011, 1:26 pm
Re: Stop Sabnzbd from linux command line?
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
sudo service sabnzbdplus stop && sudo service couchpotato stop && sudo service sickbeard stop
Don't know the specifics about your platform thou
-
- Newbie
- Posts: 42
- Joined: January 24th, 2011, 1:26 pm
Re: Stop Sabnzbd from linux command line?
Wow, sorry, I was way off. Thought you had shell/ssh/something to this nas. Sorry.