# Zope default file
# -----------------
#
# This file controls the start and the stop of ZEO servers and ZOPE instances
# with the init script provided by zope3 package.
#
# The following variables should contain a space sperated list of ZEO server
# and ZOPE instance names which you want to start with the init script.
# Note that ZEO servers will be started _before_ any instance, and that's
# your responsability to check dependencies between ZEO servers and ZOPE
# instances. The order of the variables doesn't matter.
#
# ZEO servers are searched in /var/lib/zope3/zeo, while ZOPE instances
# are searched in /var/lib/zope3/instance.
#
# ALL means that you would like to start all servers/instances, NONE (or an 
# empty value) means, well, none.

# ZEO servers
ZEOSERVERS="ALL"

# ZOPE instances
INSTANCES="ALL"
