You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/xrootd/files/xrootd.confd

22 lines
651 B

# conf.d file for xroot, cmsd, frm_purged, frm_xfrd daemons
# User to run as, please note that:
# 1) daemons will refuse to run as root;
# 2) several dirs must be created with an appropriate permissions
# and ownership, so be careful when changing default 'xrootd' user.
XROOTD_USER="xrootd"
# Configuration file MUST be the same for all four daemons.
# See /etc/xrootd for available simple defaults.
XROOTD_CONF="/etc/xrootd/xrootd-clustered.cfg"
# Logdir for all daemons
XROOTD_LOGDIR="/var/log/xrootd"
# Additional options for each daemon, please refer to their
# documentation for details
XROOTD_OPTS=""
CMSD_OPTS=""
FRM_PURGED=""
FRM_XFRD=""