# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ # Config file for sick-beard init script # Which user to run sick-beard as, don't change this without switching sabnzbd too. (And fixing the perms) SB_USER="sabnzbd" SB_GROUP="sabnzbd" # SickBeard main binary SB_PY="SickBeard.py" # SickBeard main directory SB_PATH="/usr/lib/sick-beard" # SickBeard data directory SB_VAR="/var/lib/sick-beard" # PID file SB_PID="/var/run/sick-beard/sickbeard.pid" # Startup options SB_OPTS="--quiet --daemon --pidfile=${SB_PID} --datadir=${SB_VAR}"