You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# COPY THIS FILE TO /etc/default/couchpotato
|
|
|
|
# Accepted variables with default values -if any- in parentheses:
|
|
|
|
|
|
|
|
# username to run couchpotato under (couchpotato)
|
|
|
|
CP_USER=couchpotato
|
|
|
|
# directory of CouchPotato.py (/opt/couchpotato)
|
|
|
|
CP_HOME=
|
|
|
|
|
|
|
|
# directory of couchpotato's db, cache and logs (/var/opt/couchpotato)
|
|
|
|
CP_DATA=
|
|
|
|
# full path of couchpotato.pid (/var/run/couchpotato/couchpotato.pid)
|
|
|
|
CP_PIDFILE=
|
|
|
|
# full path of the python binary (/usr/bin/python)
|
|
|
|
PYTHON_BIN=
|
|
|
|
|
|
|
|
# extra cli options for couchpotato, see 'CouchPotato.py --help'
|
|
|
|
CP_OPTS=
|
|
|
|
# extra options for start-stop-daemon, see 'man start-stop-daemon'
|
|
|
|
SSD_OPTS=
|