# Copyright 1999-2006 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later

# operational mode (default 1, 0=traditional, 1=normal, 2=experimental)
MODE=1

# trace flag (all, net, iscsi, scsi, lu)
#DEBUGLEVEL="all"

# use specific syslog facility (default local7)
FACILITY="local7"

# config file (default /etc/istgt/istgt.conf)
CONFIG="/etc/istgt/istgt.conf"

# vim: filetype=gentoo-conf-d tw=72: