# This file is sourced by /etc/init.d/avreg to obtain the value of
# $NICE and $AVREGD_ARGS to be passed to avregd on startup.

# Uncomment below line to disable avregd control from init script /etc/init.d/avreg
#AVREGD_DISABLED=Yes

# scheduling priority as nice level, see `man nice'
#NICE=-5

# set if you {storage-dir} is a mountpoint to XFS block device
# by-default, will be used 0775 {user}:{group} from avreg.conf
#SPOOL_CHMOD='0775'
#SPOOL_CHOWN='avreg:avreg'

# Speedup with google-perftoos tcmalloc
# before incomment 2 lines below, you must run
# sudo aptitude install libtcmalloc-minimal0
#   or (for use full version libtcmalloc.so )
# sudo aptitude install libgoogle-perftools
#LD_PRELOAD=/usr/lib/libtcmalloc_minimal.so
#export LD_PRELOAD

# Command line options. ***+++*** Deprecated ***+++***,
# please use configuration file `/etc/avreg/avregd.conf'
# For get of the list of available cmdline options run `avregd --help'
# or `man avregd'.
#AVREGD_ARGS="--verbose=1"

# Uncomment to avreg-gst-rtsp-proxy debugging (/var/log/avreg/avreg-gst-rtsp-proxy*)
#GST_DEBUG='2,avreg-gst-rtsp-proxy:4'
#export GST_DEBUG
