mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
SABnzbd:
- adding configuration file
This commit is contained in:
parent
68c6e75e06
commit
1a1878eb3f
20
packages/plugins/SABnzbd/conf.d/SABnzbd
Normal file
20
packages/plugins/SABnzbd/conf.d/SABnzbd
Normal 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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user