Created
January 26, 2012 02:02
-
-
Save andrewgdunn/1680455 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############### 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