# 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 MovieGrabber as MG_USER="sabnzbd" MG_GROUP="sabnzbd" MG_PORT="9191" MG_IP="127.0.0.0" # MovieGrabber main binary MG_PY="MovieGrabber.py" # MovieGrabber main directory MG_PATH="/usr/lib/moviegrabber" # Startup options MG_OPTS="-d -i ${MG_IP} -p ${MG_PORT}"