download
#
# This file is sourced by zorpctl and contains default settings
# for various parameters.
#
# $Id: zorpctl.conf,v 1.1.4.2 2003/06/23 16:18:53 sasa Exp $
#
# specifies whether --auto-restart is default
AUTO_RESTART=1
# if zorp returns within this amount of time (specified as number of
# seconds) it is taken as a bad restart
AUTO_RESTART_TIME_THRESHOLD=60
# when the number of bad restarts reaches this number, zorp will not
# automatically be restarted again, and a log message is printed to the
# system log
AUTO_RESTART_MAX_COUNT=3
# the value to be multiplied by the maximum number of threads to get the
# process limit value
PROCESS_LIMIT_THRESHOLD=2
# The minimal process limit
PROCESS_LIMIT_MIN=256
# the value to be multiplied by the maximum number of threads to get the
# fd limit value
FD_LIMIT_THRESHOLD=4
# the minimal fd limit
FD_LIMIT_MIN=1024
# automatically append this string to each Zorp command line
APPEND_ARGS=""
# whether to check /etc/zorp permissions
# the secure default value is "1"
CHECK_PERMS="1"
|