# Options for the eosarchived daemon
# EOSARCHIVED_OPTIONS=

# Enable core dumping
DAEMON_COREFILE_LIMIT="unlimited"

# Directory where log files are saved
LOG_DIR="/var/log/eos/archive/"

# This directory must match the one set in xrd.cf.mgm as it is used for the
# communication between the MGM and the eosarchived daemon
EOS_ARCHIVE_DIR=/var/eos/archive/

# Configuration file which can be modified while the daemon is running and
# whose changes are automatically picked up by new transfers
EOS_ARCHIVE_CONF=/etc/eosarchived.conf

# This is the location of the archive keytab file containing just **one** entry
# for the user account under which the eosarchived daemon is running. The same
# entry need to be present in the eos.keytab file so that the eosarchived can
# have full access to the EOS.
XrdSecSSSKT=/etc/archive.keytab

# Make eos-xrootd python bindings higher priority
PYTHONPATH=/opt/eos/xrootd/lib64/python3.6/site-packages/