Back to home page

EIC code displayed by LXR

 
 

    


Warning, /harvester/templates/sysconfig/panda_harvester_env.systemd.rpmnew.template is written in an unsupported language. File is not indexed.

0001 # define virtual env if not using python venv
0002 VIRTUAL_ENV=@@virtual_env@@
0003 
0004 # user name
0005 userName=@@panda_user@@
0006 
0007 # group name
0008 groupName=@@panda_group@@
0009 
0010 # uwsgi socket
0011 uwsgiSocket="127.0.0.1:3334"
0012 
0013 # panda home
0014 PANDA_HOME=@@virtual_env@@
0015 
0016 # timezone
0017 TZ=UTC
0018 
0019 # python site packages
0020 SITE_PACKAGES_PATH=@@install_purelib@@
0021 
0022 # import panda modules
0023 PYTHONPATH=@@install_purelib@@/pandacommon:@@install_purelib@@
0024 
0025 # option for frontend
0026 OPTIONS="-f @@virtual_env@@/etc/panda/panda_harvester-httpd.conf"
0027 
0028 # log dir
0029 LOG_DIR="/var/log/harvester"
0030 
0031 # pid file
0032 PIDFILE="/var/log/harvester/panda_harvester.pid"
0033 
0034 # uWSGI master fifo
0035 UWSGI_FIFO="/var/log/harvester/uwsgi-panda_harvester.fifo"