Skip to content

Instantly share code, notes, and snippets.

@darul75
Created May 3, 2014 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darul75/7b17026d40df3e236f5f to your computer and use it in GitHub Desktop.
Save darul75/7b17026d40df3e236f5f to your computer and use it in GitHub Desktop.
sick beard on mint or linux easy way start as a service
follow instructions here first:
http://sickbeard.com/install.html
then
mv my-sickbeard-install/ .sickbeard
sudo mv .sickbeard/init.ubuntu /etc/init.d/sickbeard
sudo gedit /etc/init.d/sickbeard
edit this property for your app path
# path to app
APP_PATH=/home/user/.sickbeard
edit this property for your current user
# user
RUN_AS=user
save it
sudo update-rc.d sickbeard defaults
check it
sudo service sickbeard start
if when running folder access issue, just add correct right for user choosen above.
enjoy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment