
##############################################################################
#
# HTCondor-CE collector environment configuration.
# 
# This file is sourced prior to starting the HTCondor-CE collector daemons.  Add any
# special configurations you might deem necessary.  Prior to sourcing this
# file, /usr/libexec/condor-ce/condor_ce_env_bootstrap is sourced.
#
# HTCondor-CE collector upgrades will not change this file.
#
##############################################################################

# Example: the base condor install for this host has been relocated into
# /opt/condor
# export PATH=/opt/condor/bin:/opt/condor/sbin:$PATH

# Example: Have the HTCondor-CE collector use a different hostname from the rest of
# the system.
# export CONDORCE_HOSTNAME=condorce.example.com

