Skip to content

Instantly share code, notes, and snippets.

@andrewgdunn
Created January 26, 2012 02:02
Show Gist options
  • Save andrewgdunn/1680455 to your computer and use it in GitHub Desktop.
Save andrewgdunn/1680455 to your computer and use it in GitHub Desktop.
############### EDIT ME ##################
# path to app
APP_PATH=/home/sickbeard/Sick-Beard/
# path to python bin
DAEMON=/usr/bin/python
# Path to store PID file
PID_FILE=/var/run/sickbeard/sickbeard.pid
PID_PATH=`dirname $PID_FILE`
# script name
NAME=sickbeard
# app name
DESC=SickBeard
# user
RUN_AS=sickbeard
# data directory
DATA_DIR=~/.sickbeard
# startup args
DAEMON_OPTS=" SickBeard.py -q --daemon --pidfile=${PID_FILE} --datadir=${DATA_DIR}"
############### END EDIT ME ##################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment