#
# Default configuration for tvheadend
#

# TVH_ENABLED
#   set to 0 to disable upstart job
# init.d option only
TVH_ENABLED=1

# TVH_USER
#   if set to "" will run as root
# systemd/init.d option
TVH_USER="hts"

# TVH_GROUP
#   if set to "" will run as root
# systemd/init.d option
TVH_GROUP="video"

# TVH_CONF_DIR
#   if set to "" will use ~TVH_USER/.hts/tvheadend
# init.d option only
TVH_CONF_DIR=""

# TVH_ADAPTERS
#   if set to "" will use all available adapters
#   for select adapters use comma seperated list of adapter
#   numbers, i.e. to use /dev/dvb/adapter0 and /dev/dvb/adapter1 only
#   set as "0,1"
# init.d option only
TVH_ADAPTERS=""

# TVH_IPV6
#   if set to 1 will enable IPv6 support
# init.d option only
TVH_IPV6=0

# TVH_HTTP_PORT
#   if set to "" will use binary default
# init.d option only
TVH_HTTP_PORT=""

# TVH_HTTP_ROOT
#   if set to "" will use binary default
#   else will change the webui root context, useful for proxied
#   servers
# init.d option only
TVH_HTTP_ROOT=""

# TVH_HTSP_PORT
#   if set to "" will use binary default
# init.d option only
TVH_HTSP_PORT=""

# TVH_DEBUG
#   if set to 1 will output debug to syslog
# init.d option only
TVH_DEBUG=0

# TVH_ARGS
#   add any other arguments
# systemd/init.d option
TVH_ARGS=""
