Skip to content

Instantly share code, notes, and snippets.

@andrewdunndev
Created January 26, 2012 02:15
Show Gist options
  • Select an option

  • Save andrewdunndev/1680512 to your computer and use it in GitHub Desktop.

Select an option

Save andrewdunndev/1680512 to your computer and use it in GitHub Desktop.
agd@alexandria:~$ sudo /etc/init.d/sickbeard start
Starting Sick Beard
agd@alexandria:~$ ps -ef | grep sickbeard
root 5293 1 0 21:15 pts/1 00:00:00 sudo -u sickbeard -EH nohup python /home/sickbeard/.sickbeard/SickBeard.py -q
1008 5294 5293 14 21:15 pts/1 00:00:00 python /home/sickbeard/.sickbeard/SickBeard.py -q
agd 5321 4021 0 21:15 pts/1 00:00:00 grep sickbeard
agd@alexandria:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment