- adding configuration file
This commit is contained in:
Stephan Raue 2010-01-08 03:01:13 +01:00
parent 68c6e75e06
commit 1a1878eb3f

View File

@ -0,0 +1,20 @@
################################################################################
# SABnzbd Newsgroup downloader daemon environment variables.
#
# This file contains non-OpenELEC evironment variables as well as OpenELEC
# evironment variables that are not user defined.
################################################################################
#-------------------------------------------------------------------------------
# SABnzbd config file.
#-------------------------------------------------------------------------------
SABNZBD_CONFIG=/storage/.sabnzbd/sabnzbd.conf
#-------------------------------------------------------------------------------
# do not change anything below
#-------------------------------------------------------------------------------
SABNZBD_ARGS="-f $SABNZBD_CONFIG"
[ "$DEBUG" = yes ] && SABNZBD_ARGS="$SABNZBD_ARGS -l 2"