# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ # Config file for couchpotato init script # Which user to run couchpotato as, don't change this without switching sabnzbd too. (And fixing the perms) CP_USER="sabnzbd" CP_GROUP="sabnzbd" # CouchPotato main binary CP_PY="CouchPotato.py" # CouchPotato main directory CP_PATH="/usr/lib/couchpotatoserver" # CouchPotato data directory CP_VAR="/var/lib/couchpotatoserver" # CouchPotato config file CP_CONFIG="${CP_VAR}/config.ini" # PID file CP_PID="/var/run/couchpotatoserver/couchpotatoserver.pid" # Startup options CP_OPTS="--quiet --daemon --pid_file=${CP_PID} --config_file=${CP_CONFIG}"