# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ # Config file for headphones init script # Which user to run headphones as, don't change this without switching sabnzbd too. (And fixing the perms) HP_USER="sabnzbd" HP_GROUP="sabnzbd" # Headphones main binary HP_PY="Headphones.py" # Headphones main directory HP_PATH="/usr/lib/headphones" # Headphones data directory HP_VAR="/var/lib/headphones" # Headphones config file HP_CONFIG="${HP_VAR}/config.ini" # PID file HP_PID="/var/run/headphones/headphones.pid" # Startup options HP_OPTS="--quiet -d --pidfile=${HP_PID} --datadir=${HP_VAR} --config=${HP_CONFIG}"