Warning, /harvester/templates/sysconfig/panda_harvester.rpmnew.template is written in an unsupported language. File is not indexed.
0001 # define virtual env if not using python venv
0002 #export VIRTUAL_ENV=/usr
0003
0004 # panda home
0005 export PANDA_HOME=${VIRTUAL_ENV}
0006
0007 # timezone
0008 export TZ=UTC
0009
0010 # python site packages
0011 export SITE_PACKAGES_PATH=`python -c "from sysconfig import get_path; print(get_path('purelib'))"`
0012
0013 # import panda modules
0014 export PYTHONPATH=${SITE_PACKAGES_PATH}/pandacommon:${SITE_PACKAGES_PATH}
0015
0016 # option for frontend
0017 OPTIONS="-f "${VIRTUAL_ENV}"/etc/panda/panda_harvester-httpd.conf"
0018
0019 # passphrase for watcher
0020 export HARVESTER_WATCHER_PASSPHRASE=FIXME_FIXME_FIXME